You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
283
283
284
284
-[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).
285
285
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.
287
287
288
288
-[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.
289
289
@@ -773,7 +773,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
773
773
<h2>MATLAB</h2>
774
774
775
775
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.
777
777
778
778
-[mlint](https://www.mathworks.com/help/matlab/ref/mlint.html):copyright: — Check MATLAB code files for possible problems.
779
779
@@ -1240,7 +1240,7 @@ Kani verifies:
1240
1240
1241
1241
-[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.
-**TSqlRules**:warning: — TSQL Static Code Analysis Rules for SQL Server.
1246
1246
@@ -1601,7 +1601,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
1601
1601
1602
1602
-[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).
1603
1603
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.
1605
1605
1606
1606
-[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.
1607
1607
@@ -1707,7 +1707,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
1707
1707
1708
1708
-[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
1709
1709
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.
@@ -2203,7 +2203,7 @@ It does this by running periodic diff outputs against heuristically crafted rege
2203
2203
2204
2204
-[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.
2205
2205
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.
2207
2207
2208
2208
-**iblessing**:warning: — iblessing is an iOS security exploiting toolkit. It can be used for reverse engineering, binary analysis and vulnerability mining.
2209
2209
@@ -2366,7 +2366,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
2366
2366
2367
2367
-[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.
2368
2368
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.
Copy file name to clipboardExpand all lines: data/api/tools.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9084,7 +9084,7 @@
9084
9084
"plans": null,
9085
9085
"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.",
9086
9086
"discussion": null,
9087
-
"deprecated": true,
9087
+
"deprecated": null,
9088
9088
"resources": null,
9089
9089
"reviews": null,
9090
9090
"demos": null,
@@ -11783,7 +11783,7 @@
11783
11783
"plans": null,
11784
11784
"description": "Format markdown code blocks using your favorite code formatters.",
11785
11785
"discussion": null,
11786
-
"deprecated": false,
11786
+
"deprecated": null,
11787
11787
"resources": null,
11788
11788
"reviews": null,
11789
11789
"demos": null,
@@ -12006,7 +12006,7 @@
12006
12006
"plans": null,
12007
12007
"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.",
12008
12008
"discussion": null,
12009
-
"deprecated": null,
12009
+
"deprecated": true,
12010
12010
"resources": null,
12011
12011
"reviews": null,
12012
12012
"demos": null,
@@ -18808,7 +18808,7 @@
18808
18808
"plans": null,
18809
18809
"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.",
0 commit comments