Skip to content

Commit 160cbcc

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent fab2a2b commit 160cbcc

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
283283

284284
- [Gendarme](https://www.mono-project.com/docs/tools+libraries/tools/gendarme) — Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET).
285285

286-
- [Infer#](https://github.com/microsoft/infersharp) — InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
286+
- **Infer#** :warning: — InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
287287

288288
- [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) — A Roslyn analyzer to enforce some good practices in C# in terms of design, usage, security, performance, and style.
289289

@@ -773,7 +773,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
773773
<h2>MATLAB</h2>
774774

775775

776-
- [MISS_HIT](https://misshit.org/) — MISS_HIT is a free, open-source code quality toolset for MATLAB, Simulink, and Octave. It includes MH Style (style checker and formatter), MH Metrics (complexity metrics), MH Lint (static analysis), MH Trace (requirements traceability), and MH Copyright (copyright management). Designed to work standalone without requiring MATLAB/Octave installation.
776+
- **MISS_HIT** :warning: — MISS_HIT is a free, open-source code quality toolset for MATLAB, Simulink, and Octave. It includes MH Style (style checker and formatter), MH Metrics (complexity metrics), MH Lint (static analysis), MH Trace (requirements traceability), and MH Copyright (copyright management). Designed to work standalone without requiring MATLAB/Octave installation.
777777

778778
- [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) :copyright: — Check MATLAB code files for possible problems.
779779

@@ -1240,7 +1240,7 @@ Kani verifies:
12401240

12411241
- [squawk](https://squawkhq.com) — Linter for PostgreSQL, focused on migrations. Prevents unexpected downtime caused by database migrations and encourages best practices around Postgres schemas and SQL.
12421242

1243-
- [tsqllint](https://github.com/tsqllint/tsqllint) — T-SQL-specific linter.
1243+
- **tsqllint** :warning: — T-SQL-specific linter.
12441244

12451245
- **TSqlRules** :warning: — TSQL Static Code Analysis Rules for SQL Server.
12461246

@@ -1601,7 +1601,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
16011601

16021602
- [SourceMeter](https://www.sourcemeter.com/) :copyright: — Static Code Analysis for C/C++, Java, C#, Python, and RPG III and RPG IV versions (including free-form).
16031603

1604-
- [sqlvet](https://github.com/houqp/sqlvet) — Performs static analysis on raw SQL queries in your Go code base to surface potential runtime errors. It checks for SQL syntax error, identifies unsafe queries that could potentially lead to SQL injections makes sure column count matches value count in INSERT statements and validates table- and column names.
1604+
- **sqlvet** :warning: — Performs static analysis on raw SQL queries in your Go code base to surface potential runtime errors. It checks for SQL syntax error, identifies unsafe queries that could potentially lead to SQL injections makes sure column count matches value count in INSERT statements and validates table- and column names.
16051605

16061606
- [StaticReviewer](https://securityreviewer.atlassian.net/wiki/spaces/KC/pages/196633/Static+Reviewer) :copyright: — Static Reviewer executes code checks according to the most relevant Secure Coding Standards, OWASP, CWE, CVE, CVSS, MISRA, CERT, for 40+ programming languages, using 1000+ built-in validation rules for Security, Deadcode & Best Practices Available a module for Software Composition Analysis (SCA) to find vulnerabilities in open source and third party libraries.
16071607

@@ -1707,7 +1707,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
17071707

17081708
- [Ghidra](https://ghidra-sre.org) — A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission
17091709

1710-
- **Hopper** :warning: :copyright: — macOS and Linux reverse engineering tool that lets you disassemble, decompile and debug applications. Hopper displays the code using different representations, e.g. the Control Flow Graph, and the pseudo-code of a procedure. Supports Apple Silicon.
1710+
- [Hopper](https://www.hopperapp.com/) :copyright: — macOS and Linux reverse engineering tool that lets you disassemble, decompile and debug applications. Hopper displays the code using different representations, e.g. the Control Flow Graph, and the pseudo-code of a procedure. Supports Apple Silicon.
17111711

17121712
- [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware) :copyright: — Binary code analysis tool.
17131713

@@ -2203,7 +2203,7 @@ It does this by running periodic diff outputs against heuristically crafted rege
22032203

22042204
- [gokart](https://github.com/praetorian-inc/gokart) — Golang security analysis with a focus on minimizing false positives. It is capable of tracing the source of variables and function arguments to determine whether input sources are safe.
22052205

2206-
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2206+
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
22072207

22082208
- **iblessing** :warning: — iblessing is an iOS security exploiting toolkit. It can be used for reverse engineering, binary analysis and vulnerability mining.
22092209

@@ -2366,7 +2366,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
23662366

23672367
- [GitGuardian ggshield](https://www.gitguardian.com/ggshield) — ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 350+ types of secrets, as well as other potential security vulnerabilities or policy breaks affecting your codebase.
23682368

2369-
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2369+
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
23702370

23712371

23722372
## More Collections

data/api/tools.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9084,7 +9084,7 @@
90849084
"plans": null,
90859085
"description": "HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.",
90869086
"discussion": null,
9087-
"deprecated": true,
9087+
"deprecated": null,
90889088
"resources": null,
90899089
"reviews": null,
90909090
"demos": null,
@@ -11783,7 +11783,7 @@
1178311783
"plans": null,
1178411784
"description": "Format markdown code blocks using your favorite code formatters.",
1178511785
"discussion": null,
11786-
"deprecated": false,
11786+
"deprecated": null,
1178711787
"resources": null,
1178811788
"reviews": null,
1178911789
"demos": null,
@@ -12006,7 +12006,7 @@
1200612006
"plans": null,
1200712007
"description": "MISS_HIT is a free, open-source code quality toolset for MATLAB, Simulink, and Octave. It includes MH Style (style checker and formatter), MH Metrics (complexity metrics), MH Lint (static analysis), MH Trace (requirements traceability), and MH Copyright (copyright management). Designed to work standalone without requiring MATLAB/Octave installation.",
1200812008
"discussion": null,
12009-
"deprecated": null,
12009+
"deprecated": true,
1201012010
"resources": null,
1201112011
"reviews": null,
1201212012
"demos": null,
@@ -18808,7 +18808,7 @@
1880818808
"plans": null,
1880918809
"description": "Performs static analysis on raw SQL queries in your Go code base to surface potential runtime errors. It checks for SQL syntax error, identifies unsafe queries that could potentially lead to SQL injections makes sure column count matches value count in INSERT statements and validates table- and column names.",
1881018810
"discussion": null,
18811-
"deprecated": null,
18811+
"deprecated": true,
1881218812
"resources": null,
1881318813
"reviews": null,
1881418814
"demos": null,
@@ -20399,7 +20399,7 @@
2039920399
"plans": null,
2040020400
"description": "T-SQL-specific linter.",
2040120401
"discussion": null,
20402-
"deprecated": null,
20402+
"deprecated": true,
2040320403
"resources": null,
2040420404
"reviews": null,
2040520405
"demos": null,

0 commit comments

Comments
 (0)