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
@@ -553,7 +553,7 @@ By default, govulncheck makes requests to the Go vulnerability database at https
553
553
554
554
-**interfacer**:warning: — Suggest narrower interfaces that can be used.
555
555
556
-
-**lll**:warning: — Report long lines.
556
+
-[lll](https://github.com/walle/lll) — Report long lines.
557
557
558
558
-**maligned**:warning: — Detect structs that would take less memory if their fields were sorted.
559
559
@@ -1191,7 +1191,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
1191
1191
1192
1192
-[cargo-spellcheck](https://github.com/drahnr/cargo-spellcheck) — Checks all your documentation for spelling and grammar mistakes with hunspell (ready) and languagetool (preview)
1193
1193
1194
-
-[cargo-unused-features](https://github.com/TimonPost/cargo-unused-features) — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
1194
+
-**cargo-unused-features**:warning: — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
1195
1195
It removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.
1196
1196
1197
1197
-[clippy](https://rust-lang.github.io/rust-clippy) — A code linter to catch common mistakes and improve your Rust code.
@@ -1239,7 +1239,7 @@ Kani verifies:
1239
1239
1240
1240
-[RustViz](https://github.com/rustviz/rustviz) — RustViz is a tool that generates visualizations from simple Rust programs to assist users in better understanding the Rust Lifetime and Borrowing mechanism. It generates SVG files with graphical indicators that integrate with mdbook to render visualizations of data-flow in Rust programs.
1241
1241
1242
-
-[TangleGuard](https://tangleguard.com/):copyright: — A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.
1242
+
-[TangleGuard](https://tangleguard.com/):copyright: — Helps you understand and maintain a scalable software architecture. To do so, it generates a interactive, nested dependency graph out of the source code. You can choose the level of details and get the portion of your codebase that matters to you.
1243
1243
1244
1244
-**warnalyzer**:warning: — Show unused code from multi-crate Rust projects
1245
1245
@@ -1414,6 +1414,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
1414
1414
1415
1415
-[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.
1416
1416
1417
+
-[BlockWatch](https://github.com/mennanov/blockwatch) — A language-agnostic linter that keeps code, documentation, and configuration in sync and enforces strict formatting and validation rules.
1418
+
1417
1419
-**BugProve**: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.
1418
1420
1419
1421
-[callGraph](https://github.com/koknat/callGraph) — Statically generates a call graph image and displays it on screen.
@@ -1559,7 +1561,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
1559
1561
1560
1562
-[parasoft](https://www.parasoft.com/):copyright: — Automated Software Testing Solutions for unit-, API-, and web UI testing. Complies with MISRA, OWASP, and others.
1561
1563
1562
-
-**pfff**:warning: — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
1564
+
-[pfff](https://github.com/facebookarchive/pfff/wiki/Main) — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
1563
1565
1564
1566
-[Pixee](https://pixee.ai):copyright: — Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.
1565
1567
@@ -1751,7 +1753,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
1751
1753
1752
1754
-[Malcat](https://malcat.fr/):copyright: — Hexadecimal editor and disassembler for malware analysis and binary file inspection. Supports over 50 file formats and multiple CPU architectures (x86/x64, MIPS, .NET, Python, VB p-code). Features rapid analysis, embedded file extraction, Yara signature scanning, anomaly detection, and Python scripting. Designed for malware analysts, SOC operators, incident responders, and CTF players.
1753
1755
1754
-
-**Manalyze**:warning: — A static analyzer, which checks portable executables for malicious content.
1756
+
-[Manalyze](https://github.com/JusticeRage/Manalyze) — A static analyzer, which checks portable executables for malicious content.
1755
1757
1756
1758
-**mcsema**:warning: — Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode. It translates ("lifts") executable binaries from native machine code to LLVM bitcode, which is very useful for performing program analysis methods.
1757
1759
@@ -1940,7 +1942,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
1940
1942
1941
1943
-[Symfony Insight](https://insight.symfony.com/):copyright: — Detect security risks, find bugs and provide actionable metrics for PHP projects.
1942
1944
1943
-
-[TangleGuard](https://tangleguard.com/):copyright: — A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.
1945
+
-[TangleGuard](https://tangleguard.com/):copyright: — Helps you understand and maintain a scalable software architecture. To do so, it generates a interactive, nested dependency graph out of the source code. You can choose the level of details and get the portion of your codebase that matters to you.
1944
1946
1945
1947
-[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.
1946
1948
@@ -2405,7 +2407,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
2405
2407
<h2>Translation</h2>
2406
2408
2407
2409
2408
-
-**dennis**:warning: — A set of utilities for working with PO files to ease development and improve quality.
2410
+
-[dennis](https://github.com/willkg/dennis) — A set of utilities for working with PO files to ease development and improve quality.
"description": "A language-agnostic linter that keeps code, documentation, and configuration in sync and enforces strict formatting and validation rules.",
1476
+
"discussion": null,
1477
+
"deprecated": null,
1478
+
"resources": null,
1479
+
"reviews": null,
1480
+
"demos": null,
1481
+
"wrapper": null
1482
+
},
1434
1483
"bodyclose": {
1435
1484
"name": "bodyclose",
1436
1485
"categories": [
@@ -1452,7 +1501,7 @@
1452
1501
"plans": null,
1453
1502
"description": "Checks whether HTTP response body is closed.",
1454
1503
"discussion": null,
1455
-
"deprecated": true,
1504
+
"deprecated": null,
1456
1505
"resources": null,
1457
1506
"reviews": null,
1458
1507
"demos": null,
@@ -2187,7 +2236,7 @@
2187
2236
"plans": null,
2188
2237
"description": "Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.\nIt removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.",
2189
2238
"discussion": null,
2190
-
"deprecated": null,
2239
+
"deprecated": true,
2191
2240
"resources": null,
2192
2241
"reviews": null,
2193
2242
"demos": null,
@@ -5511,7 +5560,7 @@
5511
5560
"plans": null,
5512
5561
"description": "A set of utilities for working with PO files to ease development and improve quality.",
5513
5562
"discussion": null,
5514
-
"deprecated": true,
5563
+
"deprecated": null,
5515
5564
"resources": null,
5516
5565
"reviews": null,
5517
5566
"demos": null,
@@ -11593,7 +11642,7 @@
11593
11642
"plans": null,
11594
11643
"description": "Report long lines.",
11595
11644
"discussion": null,
11596
-
"deprecated": true,
11645
+
"deprecated": null,
11597
11646
"resources": null,
11598
11647
"reviews": null,
11599
11648
"demos": null,
@@ -11868,7 +11917,7 @@
11868
11917
"plans": null,
11869
11918
"description": "A static analyzer, which checks portable executables for malicious content.",
11870
11919
"discussion": null,
11871
-
"deprecated": true,
11920
+
"deprecated": null,
11872
11921
"resources": null,
11873
11922
"reviews": null,
11874
11923
"demos": null,
@@ -13792,7 +13841,7 @@
13792
13841
"plans": null,
13793
13842
"description": "Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.",
13794
13843
"discussion": null,
13795
-
"deprecated": true,
13844
+
"deprecated": null,
13796
13845
"resources": null,
13797
13846
"reviews": null,
13798
13847
"demos": null,
@@ -20314,21 +20363,21 @@
20314
20363
"free": false,
20315
20364
"oss": true
20316
20365
},
20317
-
"description": "A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.",
20366
+
"description": "Helps you understand and maintain a scalable software architecture. To do so, it generates a interactive, nested dependency graph out of the source code. You can choose the level of details and get the portion of your codebase that matters to you.",
0 commit comments