Skip to content

Commit af6361c

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent cfe7a65 commit af6361c

2 files changed

Lines changed: 40 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ Kani verifies:
12111211

12121212
- [lockbud](https://github.com/BurtonQin/lockbud) — Statically detects Rust deadlocks bugs. It currently detects two common kinds of deadlock bugs: doublelock and locks in conflicting order. It will print bugs in JSON format together with the source code location and an explanation of each bug.
12131213

1214-
- [MIRAI](https://github.com/facebookexperimental/MIRAI) — And abstract interpreter operating on Rust's mid-level intermediate language, and providing warnings based on taint analysis.
1214+
- [MIRAI](https://github.com/facebookexperimental/MIRAI) :warning: — And abstract interpreter operating on Rust's mid-level intermediate language, and providing warnings based on taint analysis.
12151215

12161216
- [prae](https://github.com/teenjuna/prae) :warning: — Provides a convenient macro that allows you to generate type wrappers that promise to always uphold arbitrary invariants that you specified.
12171217

@@ -1288,7 +1288,7 @@ Kani verifies:
12881288

12891289
- [shellcheck](https://www.shellcheck.net) — ShellCheck, a static analysis tool that gives warnings and suggestions for bash/sh shell scripts.
12901290

1291-
- [shellharden](https://github.com/anordal/shellharden) — A syntax highlighter and a tool to semi-automate the rewriting of scripts to ShellCheck conformance, mainly focused on quoting.
1291+
- [shellharden](https://github.com/anordal/shellharden) :warning: — A syntax highlighter and a tool to semi-automate the rewriting of scripts to ShellCheck conformance, mainly focused on quoting.
12921292

12931293

12941294
<a name="swift" />
@@ -1617,7 +1617,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
16171617

16181618
- [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.
16191619

1620-
- [Super-Linter](https://github.com/github/super-linter) — Combination of multiple linters to install as a GitHub Action.
1620+
- [Super-Linter](https://github.com/github/super-linter) :warning: — Combination of multiple linters to install as a GitHub Action.
16211621

16221622
- [Svace](https://www.ispras.ru/en/technologies/svace/) :copyright: — Static code analysis tool for Java,C,C++,C#,Go.
16231623

@@ -2246,6 +2246,8 @@ Kani verifies:
22462246

22472247
- [Oversecured](https://oversecured.com) :copyright: — Enterprise vulnerability scanner for Android and iOS apps. It allows app owners and developers to secure each new version of a mobile app by integrating Oversecured into the development process.
22482248

2249+
- [OWASP Noir](https://owasp-noir.github.io/noir/) — Attack surface detector that identifies endpoints by static analysis.
2250+
22492251
- [PT Application Inspector](https://www.ptsecurity.com) :copyright: — Identifies code flaws and detects vulnerabilities to prevent web attacks. Demonstrates remote code execution by presenting possible exploits.
22502252

22512253
- [Qualys Container Security](https://www.qualys.com/apps/container-security) :copyright: — Container native application protection to provide visibility and control of containerized applications.

data/api/tools.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11888,7 +11888,7 @@
1188811888
"plans": null,
1188911889
"description": "And abstract interpreter operating on Rust's mid-level intermediate language, and providing warnings based on taint analysis.",
1189011890
"discussion": null,
11891-
"deprecated": null,
11891+
"deprecated": true,
1189211892
"resources": null,
1189311893
"reviews": null,
1189411894
"demos": null,
@@ -12792,6 +12792,38 @@
1279212792
"demos": null,
1279312793
"wrapper": null
1279412794
},
12795+
"owasp-noir": {
12796+
"name": "OWASP Noir",
12797+
"categories": [
12798+
"linter"
12799+
],
12800+
"languages": [],
12801+
"other": [
12802+
"security"
12803+
],
12804+
"licenses": [
12805+
"MIT License"
12806+
],
12807+
"types": [
12808+
"cli"
12809+
],
12810+
"homepage": "https://owasp-noir.github.io/noir/",
12811+
"source": "https://github.com/owasp-noir/noir",
12812+
"pricing": null,
12813+
"plans": null,
12814+
"description": "Attack surface detector that identifies endpoints by static analysis.",
12815+
"discussion": null,
12816+
"deprecated": null,
12817+
"resources": [
12818+
{
12819+
"title": "OWASP Project Noir",
12820+
"url": "https://owasp.org/www-project-noir/"
12821+
}
12822+
],
12823+
"reviews": null,
12824+
"demos": null,
12825+
"wrapper": null
12826+
},
1279512827
"oxc": {
1279612828
"name": "oxc",
1279712829
"categories": [
@@ -17539,7 +17571,7 @@
1753917571
"plans": null,
1754017572
"description": "A syntax highlighter and a tool to semi-automate the rewriting of scripts to ShellCheck conformance, mainly focused on quoting.",
1754117573
"discussion": null,
17542-
"deprecated": null,
17574+
"deprecated": true,
1754317575
"resources": null,
1754417576
"reviews": null,
1754517577
"demos": null,
@@ -19212,7 +19244,7 @@
1921219244
"plans": null,
1921319245
"description": "Combination of multiple linters to install as a GitHub Action.",
1921419246
"discussion": null,
19215-
"deprecated": null,
19247+
"deprecated": true,
1921619248
"resources": [
1921719249
{
1921819250
"title": "The Easiest Way to Lint Your Code: GitHub Super Linter Deep Dive",

0 commit comments

Comments
 (0)