Skip to content

Commit 50f794b

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 8d8a5ca commit 50f794b

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

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

233233
- [CppDepend](https://www.cppdepend.com) :copyright: — Measure, query and visualize your code and avoid unexpected issues, technical debt and complexity.
234234

235-
- [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint) — Automated C++ checker that follows Google's style guide.
235+
- [cpplint](https://github.com/cpplint/cpplint) — Automated C++ checker that follows Google's style guide.
236236

237237
- [cqmetrics](https://github.com/dspinellis/cqmetrics) — Quality metrics for C code.
238238

@@ -334,7 +334,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
334334

335335
- [CppDepend](https://www.cppdepend.com) :copyright: — Measure, query and visualize your code and avoid unexpected issues, technical debt and complexity.
336336

337-
- [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint) — Automated C++ checker that follows Google's style guide.
337+
- [cpplint](https://github.com/cpplint/cpplint) — Automated C++ checker that follows Google's style guide.
338338

339339
- [cqmetrics](https://github.com/dspinellis/cqmetrics) — Quality metrics for C code.
340340

@@ -421,7 +421,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
421421

422422
- [lint](https://github.com/passsy/dart-lint) — An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
423423

424-
- [Linter for dart](https://dart-lang.github.io/linter) — Style linter for Dart.
424+
- [Linter for dart](https://github.com/dart-lang/linter) — Style linter for Dart.
425425

426426

427427
<a name="delphi" />
@@ -484,7 +484,7 @@ Dialyzer starts its analysis from either debug-compiled BEAM bytecode or from E
484484

485485
- [fantomas](https://fsprojects.github.io/fantomas/) — F# source code formatter.
486486

487-
- [FSharpLint](https://fsprojects.github.io/FSharpLint) — Lint tool for F#.
487+
- [FSharpLint](https://github.com/fsprojects/FSharpLint) — Lint tool for F#.
488488

489489
- [ionide-analyzers](https://ionide.io/ionide-analyzers/) — A collection of F# analyzers, built with the FSharp.Analyzers.SDK.
490490

@@ -695,7 +695,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
695695

696696
- [SpotBugs](https://spotbugs.github.io) — SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
697697

698-
- [steady](https://eclipse.github.io/steady/) — Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy.
698+
- [steady](https://eclipse.github.io/steady/) :warning: — Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy.
699699

700700
- [Violations Lib](https://github.com/tomasbjerre/violations-lib) — Java library for parsing report files from static code analysis. Used by a bunch of Jenkins, Maven and Gradle plugins.
701701

@@ -1367,7 +1367,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
13671367
<h2>WebAssembly</h2>
13681368

13691369

1370-
- [Twiggy](https://rustwasm.github.io/twiggy) — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
1370+
- [Twiggy](https://github.com/rustwasm/twiggy) — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
13711371

13721372
- [wasm-language-tools](https://github.com/g-plane/wasm-language-tools) — WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format. It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.
13731373

@@ -1400,11 +1400,11 @@ It supports multiple languages and is designed to be extensible, allowing you to
14001400

14011401
- [Better Code Hub](https://bettercodehub.com) :copyright: — Better Code Hub checks your GitHub codebase against 10 engineering guidelines devised by the authority in software quality, Software Improvement Group.
14021402

1403-
- [Betterscan CE](https://github.com/tcosolutions/betterscan-ce) — Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).
1403+
- [Betterscan CE](https://github.com/tcosolutions/betterscan-ce) :warning: — Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).
14041404

14051405
- [biome](https://biomejs.dev) — A toolchain for web projects, aimed to provide functionalities to maintain them. Biome formats and lints code in a fraction of a second. It is the successor to Rome. It is designed to eventually replace Biome is designed to eventually replace Babel, ESLint, webpack, Prettier, Jest, and others.
14061406

1407-
- [BugProve](https://www.bugprove.com) :copyright: — BugProve is a firmware analysis platform featuring both static and dynamic analysis techniques to discover memory corruptions, command injections and other classes or common weaknesses in binary code. It also detects vulnerable dependencies, weak cryptographic parameters, misconfigurations, and more.
1407+
- [BugProve](https://www.bugprove.com) :warning: :copyright: — BugProve is a firmware analysis platform featuring both static and dynamic analysis techniques to discover memory corruptions, command injections and other classes or common weaknesses in binary code. It also detects vulnerable dependencies, weak cryptographic parameters, misconfigurations, and more.
14081408

14091409
- [callGraph](https://github.com/koknat/callGraph) — Statically generates a call graph image and displays it on screen.
14101410

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

15841584
- [SAST Online](https://sast.online/) :copyright: — Check the Android Source code thoroughly to uncover and address potential security concerns and vulnerabilities. Static application security testing (Static Code Analysis) tool Online
15851585

1586-
- [Scrutinizer](https://scrutinizer-ci.com) :copyright: — A proprietary code quality checker that can be integrated with GitHub.
1586+
- [Scrutinizer](https://scrutinizer-ci.com) :warning: :copyright: — A proprietary code quality checker that can be integrated with GitHub.
15871587

15881588
- [Security Code Scan](https://security-code-scan.github.io) — Security code analyzer for C# and VB.NET. Detects various security vulnerability patterns: SQLi, XSS, CSRF, XXE, Open Redirect, etc. Integrates into Visual Studio 2015 and newer. Detects various security vulnerability patterns: SQLi, XSS, CSRF, XXE, Open Redirect, etc.
15891589

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

17381738
- [rust-audit](https://github.com/Shnatsel/rust-audit) — Audit Rust binaries for known bugs or security vulnerabilities. This works by embedding data about the dependency tree (Cargo.lock) in JSON format into a dedicated linker section of the compiled executable.
17391739

1740-
- [Twiggy](https://rustwasm.github.io/twiggy) — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
1740+
- [Twiggy](https://github.com/rustwasm/twiggy) — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.
17411741

17421742
- [VMware chap](https://github.com/vmware/chap) — chap analyzes un-instrumented ELF core files for leaks, memory growth, and corruption. It is sufficiently reliable that it can be used in automation to catch leaks before they are committed. As an interactive tool, it helps explain memory growth, can identify some forms of corruption, and supplements a debugger by giving the status of various memory locations.
17431743

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

17781778
- [scsslint](https://github.com/brigade/scss-lint) :warning: — Linter for SCSS files.
17791779

1780-
- [Specificity Graph](https://jonassebastianohlsson.com/specificity-graph) — CSS Specificity Graph Generator.
1780+
- [Specificity Graph](https://github.com/pocketjoso/specificity-graph) — CSS Specificity Graph Generator.
17811781

17821782
- [Stylelint](http://stylelint.io) — Linter for SCSS/CSS files.
17831783

@@ -2024,7 +2024,7 @@ but with the following improvements:
20242024

20252025
- [KubeLinter](https://github.com/stackrox/kube-linter) — KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
20262026

2027-
- [kubeval](https://kubeval.instrumenta.dev) — Validates your Kubernetes configuration files and supports multiple Kubernetes versions.
2027+
- [kubeval](https://kubeval.instrumenta.dev) :warning: — Validates your Kubernetes configuration files and supports multiple Kubernetes versions.
20282028

20292029

20302030
<a name="latex" />
@@ -2123,7 +2123,7 @@ but with the following improvements:
21232123

21242124
- [deadnix](https://github.com/astro/deadnix) — Scan Nix files for dead code (unused variable bindings)
21252125

2126-
- [statix](https://git.peppe.rs/languages/statix/about/) — Lints and suggestions for the Nix programming language. "statix check" highlights antipatterns in Nix code. "statix fix" can fix several such occurrences.
2126+
- [statix](https://github.com/nerdypepper/statix) — Lints and suggestions for the Nix programming language. "statix check" highlights antipatterns in Nix code. "statix fix" can fix several such occurrences.
21272127

21282128

21292129
<a name="nodejs" />

data/api/tools.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@
11951195
},
11961196
"description": "Checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional).",
11971197
"discussion": null,
1198-
"deprecated": null,
1198+
"deprecated": true,
11991199
"resources": null,
12001200
"reviews": null,
12011201
"demos": null,
@@ -1587,7 +1587,7 @@
15871587
},
15881588
"description": "BugProve is a firmware analysis platform featuring both static and dynamic analysis techniques to discover memory corruptions, command injections and other classes or common weaknesses in binary code. It also detects vulnerable dependencies, weak cryptographic parameters, misconfigurations, and more.",
15891589
"discussion": null,
1590-
"deprecated": null,
1590+
"deprecated": true,
15911591
"resources": [
15921592
{
15931593
"title": "BugProve Product Intro by John Hammond",
@@ -4520,8 +4520,8 @@
45204520
"types": [
45214521
"cli"
45224522
],
4523-
"homepage": "https://github.com/google/styleguide/tree/gh-pages/cpplint",
4524-
"source": "https://github.com/google/styleguide/tree/gh-pages/cpplint",
4523+
"homepage": "https://github.com/cpplint/cpplint",
4524+
"source": "https://github.com/cpplint/cpplint",
45254525
"pricing": null,
45264526
"plans": null,
45274527
"description": "Automated C++ checker that follows Google's style guide.",
@@ -7715,7 +7715,7 @@
77157715
"types": [
77167716
"cli"
77177717
],
7718-
"homepage": "https://fsprojects.github.io/FSharpLint",
7718+
"homepage": "https://github.com/fsprojects/FSharpLint",
77197719
"source": "https://github.com/fsprojects/FSharpLint",
77207720
"pricing": null,
77217721
"plans": null,
@@ -10720,7 +10720,7 @@
1072010720
"plans": null,
1072110721
"description": "Validates your Kubernetes configuration files and supports multiple Kubernetes versions.",
1072210722
"discussion": null,
10723-
"deprecated": null,
10723+
"deprecated": true,
1072410724
"resources": null,
1072510725
"reviews": null,
1072610726
"demos": null,
@@ -11002,7 +11002,7 @@
1100211002
"types": [
1100311003
"cli"
1100411004
],
11005-
"homepage": "https://dart-lang.github.io/linter",
11005+
"homepage": "https://github.com/dart-lang/linter",
1100611006
"source": "https://github.com/dart-lang/linter",
1100711007
"pricing": null,
1100811008
"plans": null,
@@ -17299,7 +17299,7 @@
1729917299
},
1730017300
"description": "A proprietary code quality checker that can be integrated with GitHub.",
1730117301
"discussion": null,
17302-
"deprecated": null,
17302+
"deprecated": true,
1730317303
"resources": null,
1730417304
"reviews": null,
1730517305
"demos": null,
@@ -18448,7 +18448,7 @@
1844818448
"types": [
1844918449
"cli"
1845018450
],
18451-
"homepage": "https://jonassebastianohlsson.com/specificity-graph",
18451+
"homepage": "https://github.com/pocketjoso/specificity-graph",
1845218452
"source": "https://github.com/pocketjoso/specificity-graph",
1845318453
"pricing": null,
1845418454
"plans": null,
@@ -18935,7 +18935,7 @@
1893518935
"types": [
1893618936
"cli"
1893718937
],
18938-
"homepage": "https://git.peppe.rs/languages/statix/about/",
18938+
"homepage": "https://github.com/nerdypepper/statix",
1893918939
"source": "https://github.com/nerdypepper/statix",
1894018940
"pricing": null,
1894118941
"plans": null,
@@ -18995,7 +18995,7 @@
1899518995
"plans": null,
1899618996
"description": "Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy.",
1899718997
"discussion": null,
18998-
"deprecated": null,
18998+
"deprecated": true,
1899918999
"resources": null,
1900019000
"reviews": null,
1900119001
"demos": null,
@@ -20408,7 +20408,7 @@
2040820408
"types": [
2040920409
"cli"
2041020410
],
20411-
"homepage": "https://rustwasm.github.io/twiggy",
20411+
"homepage": "https://github.com/rustwasm/twiggy",
2041220412
"source": "https://github.com/rustwasm/twiggy",
2041320413
"pricing": null,
2041420414
"plans": null,

0 commit comments

Comments
 (0)