Skip to content

Commit 5081643

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent ad33099 commit 5081643

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10461046

10471047
- [ruff](https://astral.sh/ruff) — Fast Python linter, written in Rust. 10-100x faster than existing linters. Compatible with Python 3.10. Supports file watcher.
10481048

1049-
- [unimport](https://unimport.hakancelik.dev) :warning: — A linter, formatter for finding and removing unused import statements.
1049+
- [unimport](https://unimport.hakancelik.dev) — A linter, formatter for finding and removing unused import statements.
10501050

10511051
- [vulture](https://github.com/jendrikseipp/vulture) — Find unused classes, functions and variables in Python code.
10521052

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

17281728
- [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.
17291729

1730-
- [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.
1730+
- [ktool](https://ktool.cynder.me/en/latest/ktool.html) :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.
17311731

17321732
- [Manalyze](https://github.com/JusticeRage/Manalyze) :warning: — A static analyzer, which checks portable executables for malicious content.
17331733

@@ -2232,7 +2232,7 @@ Kani verifies:
22322232

22332233
- [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
22342234

2235-
- [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.
2235+
- [ktool](https://ktool.cynder.me/en/latest/ktool.html) :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.
22362236

22372237
- [kube-hunter](https://aquasecurity.github.io/kube-hunter/) :warning: — Hunt for security weaknesses in Kubernetes clusters.
22382238

data/api/tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10516,7 +10516,7 @@
1051610516
"plans": null,
1051710517
"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.",
1051810518
"discussion": null,
10519-
"deprecated": null,
10519+
"deprecated": true,
1052010520
"resources": null,
1052110521
"reviews": null,
1052210522
"demos": null,
@@ -20651,7 +20651,7 @@
2065120651
"plans": null,
2065220652
"description": "A linter, formatter for finding and removing unused import statements.",
2065320653
"discussion": null,
20654-
"deprecated": true,
20654+
"deprecated": null,
2065520655
"resources": null,
2065620656
"reviews": null,
2065720657
"demos": null,

0 commit comments

Comments
 (0)