Skip to content

Commit 5865d9e

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 37094e0 commit 5865d9e

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Dialyzer starts its analysis from either debug-compiled BEAM bytecode or from E
479479
- [fprettify](https://pypi.python.org/pypi/fprettify) — Auto-formatter for modern fortran source code, written in Python.
480480
Fprettify is a tool that provides consistent whitespace, indentation, and delimiter alignment in code, including the ability to change letter case and handle preprocessor directives, all while preserving revision history and tested for editor integration.
481481

482-
- [i-Code CNES for Fortran](https://github.com/lequal/i-CodeCNES) — An open source static code analysis tool for Fortran 77, Fortran 90 and Shell.
482+
- **i-Code CNES for Fortran** :warning: — An open source static code analysis tool for Fortran 77, Fortran 90 and Shell.
483483

484484

485485
<a name="go" />
@@ -510,7 +510,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi
510510

511511
- [go vet](https://golang.org/cmd/vet) — Examines Go source code and reports suspicious.
512512

513-
- [go-consistent](https://github.com/Quasilyte/go-consistent) — Analyzer that helps you to make your Go programs more consistent.
513+
- **go-consistent** :warning: — Analyzer that helps you to make your Go programs more consistent.
514514

515515
- [go-critic](https://github.com/go-critic/go-critic) — Go source code linter that maintains checks which are currently not implemented in other linters.
516516

@@ -583,7 +583,7 @@ By default, govulncheck makes requests to the Go vulnerability database at https
583583

584584
- [test](https://pkg.go.dev/testing) — Show location of test failures from the stdlib testing module.
585585

586-
- [unconvert](https://github.com/mdempsky/unconvert) — Detect redundant type conversions.
586+
- **unconvert** :warning: — Detect redundant type conversions.
587587

588588
- [unparam](https://github.com/mvdan/unparam) — Find unused function parameters.
589589

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

667667
- [NullAway](https://github.com/uber/NullAway) — Type-based null-pointer checker with low build-time overhead; an [Error Prone](http://errorprone.info/) plugin.
668668

669-
- [OWASP Dependency Check](https://owasp.org/www-project-dependency-check) — Checks dependencies for known, publicly disclosed, vulnerabilities.
669+
- **OWASP Dependency Check** :warning: — Checks dependencies for known, publicly disclosed, vulnerabilities.
670670

671671
- [qulice](https://www.qulice.com) — Combines a few (pre-configured) static analysis tools (checkstyle, PMD, Findbugs, ...).
672672

@@ -1292,7 +1292,7 @@ Kani verifies:
12921292

12931293
- [bashate](https://github.com/openstack/bashate) — Code style enforcement for bash programs. The output format aims to follow pycodestyle (pep8) default output format.
12941294

1295-
- [i-Code CNES for Shell](https://github.com/lequal/i-CodeCNES) — An open source static code analysis tool for Shell and Fortran (77 and 90).
1295+
- **i-Code CNES for Shell** :warning: — An open source static code analysis tool for Shell and Fortran (77 and 90).
12961296

12971297
- [kmdr](https://github.com/ediardo/kmdr-cli) — CLI tool for learning commands from your terminal. kmdr delivers a break down of commands with every attribute explained.
12981298

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

17541754
- [JEB Decompiler](https://www.pnfsoftware.com/) :copyright: — Decompile and debug binary code. Break down and analyze document files. Android Dalvik, MIPS, ARM, Intel x86, Java, WebAssembly & Ethereum Decompilers.
17551755

1756-
- **ktool** :warning: — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
1756+
- [ktool](https://ktool.cynder.me/en/latest/ktool.html) — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
17571757

17581758
- [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.
17591759

@@ -2221,7 +2221,7 @@ but with the following improvements:
22212221
<h2>Prometheus</h2>
22222222

22232223

2224-
- **promformat** :warning: — Promformat is a PromQL formatter written in Python.
2224+
- [promformat](https://github.com/facetoe/promformat) — Promformat is a PromQL formatter written in Python.
22252225

22262226
- [promval](https://github.com/facetoe/promval) — PromQL validator written in Python. It can be used to validate that PromQL expressions are written as expected.
22272227

@@ -2309,7 +2309,7 @@ Kani verifies:
23092309

23102310
- [kics](https://kics.io/) — Find security vulnerabilities, compliance issues, and infrastructure misconfigurations in your infrastructure-as-code. Supports Terraform, Kubernetes, Docker, AWS CloudFormation and Ansible
23112311

2312-
- **ktool** :warning: — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
2312+
- [ktool](https://ktool.cynder.me/en/latest/ktool.html) — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
23132313

23142314
- **kube-hunter** :warning: — Hunt for security weaknesses in Kubernetes clusters.
23152315

data/api/tools.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8397,7 +8397,7 @@
83978397
"plans": null,
83988398
"description": "Analyzer that helps you to make your Go programs more consistent.",
83998399
"discussion": null,
8400-
"deprecated": null,
8400+
"deprecated": true,
84018401
"resources": null,
84028402
"reviews": null,
84038403
"demos": null,
@@ -9831,7 +9831,7 @@
98319831
"plans": null,
98329832
"description": "An open source static code analysis tool for Fortran 77, Fortran 90 and Shell.",
98339833
"discussion": null,
9834-
"deprecated": null,
9834+
"deprecated": true,
98359835
"resources": null,
98369836
"reviews": null,
98379837
"demos": null,
@@ -9858,7 +9858,7 @@
98589858
"plans": null,
98599859
"description": "An open source static code analysis tool for Shell and Fortran (77 and 90).",
98609860
"discussion": null,
9861-
"deprecated": null,
9861+
"deprecated": true,
98629862
"resources": null,
98639863
"reviews": null,
98649864
"demos": null,
@@ -10906,7 +10906,7 @@
1090610906
"plans": null,
1090710907
"description": "Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.",
1090810908
"discussion": null,
10909-
"deprecated": true,
10909+
"deprecated": null,
1091010910
"resources": null,
1091110911
"reviews": null,
1091210912
"demos": null,
@@ -13352,7 +13352,7 @@
1335213352
"plans": null,
1335313353
"description": "Checks dependencies for known, publicly disclosed, vulnerabilities.",
1335413354
"discussion": null,
13355-
"deprecated": null,
13355+
"deprecated": true,
1335613356
"resources": null,
1335713357
"reviews": null,
1335813358
"demos": null,
@@ -15309,7 +15309,7 @@
1530915309
"plans": null,
1531015310
"description": "Promformat is a PromQL formatter written in Python.",
1531115311
"discussion": null,
15312-
"deprecated": true,
15312+
"deprecated": null,
1531315313
"resources": null,
1531415314
"reviews": null,
1531515315
"demos": null,
@@ -21429,7 +21429,7 @@
2142921429
"plans": null,
2143021430
"description": "Detect redundant type conversions.",
2143121431
"discussion": null,
21432-
"deprecated": null,
21432+
"deprecated": true,
2143321433
"resources": null,
2143421434
"reviews": null,
2143521435
"demos": null,

0 commit comments

Comments
 (0)