Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _data/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@
"license": "Commercial or Free",
"platforms": "SaaS, On-Premises",
"note": "Scans over 10 languages to identify and fix conventional technical vulnerabilities (e.g., XSS, SQL injection, SSRF) as well as business logic flaws and auth bugs.",
"type": "SAST"
},
{
"title": "Mobb",
"url": "https://mobb.ai",
"owner": "Mobb",
"license": "Commercial or Free",
"platforms": "SaaS",
"note": "Mobb automatically triage and remediates code vulnerability reported by the leading SAST scanner",
"type": "SAST"
,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing closing brace

{
"title": "Opengrep",
"url": "https://github.com/opengrep/opengrep",
"owner": "Mobb",
"license": "Open Source",
"platforms": "Docker, Windows, Linux",
"note": "Opengrep is an ultra-fast static analysis tool for searching code patterns with the power of semantic grep. Analyze large code bases at the speed of thought with intuitive pattern matching and customizable rules. Opengrep is a fork of Semgrep, created by Semgrep Inc. Opengrep is not affiliated with or endorsed by Semgrep Inc.",
"type": "SAST"
},
{
Expand Down
Loading