Category: Code Assessment

cppcheck

Cppcheck: A static analysis tool for C/C++ code

Cppcheck Cppcheck is a static analysis tool for C/C++ code. It provides a unique code analysis to detect bugs and focuses on detecting undefined behavior and dangerous coding constructs. The goal is to detect only real errors...

PHP Static Analysis Tool

PHPStan: PHP Static Analysis Tool

PHPStan – PHP Static Analysis Tool PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves...

code comprehensive analysis platform

Code Analysis: code comprehensive analysis platform

What is TCA Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a code comprehensive analysis platform, which includes three components: server, web, and client. It supports the integration...

Find leaked credentials

trufflehog: Find leaked credentials

Truffle Hog Searches through git repositories for secrets, digging deep into commit history and branches. This is effective at finding secrets accidentally committed. How it works This module will go through the entire commit...