From 7cc1f7500fe9c7f605afb495b21234d088c69538 Mon Sep 17 00:00:00 2001 From: eitanMobb <165832608+eitanMobb@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:19:14 -0400 Subject: [PATCH] Update tools.json added Opengrep and Mobb --- _data/tools.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/_data/tools.json b/_data/tools.json index edbfcac96a..e738554b8b 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -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" + , + { + "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" }, {