Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Apr 10, 2024
1 parent a0b9cc4 commit f2981eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be

- [deal](https://deal.readthedocs.io/) — Design by contract for Python. Write bug-free code. By adding a few decorators to your code, you get for free tests, static analysis, formal verification, and much more.

- [Dlint](https://github.com/dlint-py/dlint) — A tool for ensuring Python code is secure.
- [Dlint](https://github.com/dlint-py/dlint) :warning: — A tool for ensuring Python code is secure.

- [Dodgy](https://github.com/landscapeio/dodgy) — Dodgy is a very basic tool to run against your codebase to search for "dodgy" looking values. It is a series of simple regular expressions designed to detect things such as accidental SCM diff checkins, or passwords or secret keys hard coded into files.

Expand Down Expand Up @@ -1418,7 +1418,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [goone](https://github.com/masibw/goone) :warning: — Finds N+1 queries (SQL calls in a for loop) in go code

- [graudit](http://www.justanotherhacker.com) :warning: — Grep rough audit - source code auditing tool.
- [graudit](http://www.justanotherhacker.com) — Grep rough audit - source code auditing tool.

- [HCL AppScan Source](https://www.hcltechsw.com/products/appscan) :copyright: — Commercial Static Code Analysis.

Expand Down
4 changes: 2 additions & 2 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5600,7 +5600,7 @@
"plans": null,
"description": "A tool for ensuring Python code is secure.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -8236,7 +8236,7 @@
"plans": null,
"description": "Grep rough audit - source code auditing tool.",
"discussion": null,
"deprecated": true,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
Expand Down

0 comments on commit f2981eb

Please sign in to comment.