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 Mar 13, 2024
1 parent a8c7e9b commit 509e9bc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
its advanced reporting, runnable on any CI system or locally,
with assisted installation and configuration, able to apply formatting and fixes

- [Mobb](https://mobb.ai) :copyright: — Mobb is a trusted, automatic vulnerability fixer that secures applications, reduces security backlogs, and frees developers to focus on innovation. Mobb is free for open-source projects.

- [MOPSA](https://mopsa.lip6.fr) — A static analyzer designed to easily reuse abstract domains across widely different languages (such as C and Python).

- [oclint](http://oclint.org) :warning: — A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C.
Expand Down
34 changes: 34 additions & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11229,6 +11229,40 @@
"demos": null,
"wrapper": null
},
"mobb": {
"name": "Mobb",
"categories": [
"linter",
"formatter"
],
"languages": [
"csharp",
"java",
"javascript",
"typescript"
],
"other": [
"ci"
],
"licenses": [
"proprietary"
],
"types": [
"cli",
"service"
],
"homepage": "https://mobb.ai",
"source": null,
"pricing": null,
"plans": null,
"description": "Mobb is a trusted, automatic vulnerability fixer that secures applications, reduces security backlogs, and frees developers to focus on innovation. Mobb is free for open-source projects.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"mondrian": {
"name": "Mondrian",
"categories": [
Expand Down

0 comments on commit 509e9bc

Please sign in to comment.