System Requirements
Supported SAST tools
Mobb generates the auto-fix analysis by consuming a SAST scan report from one of the supported SAST tools:
Checkmarx
Fortify
Snyk
CodeQL (GitHub Advanced Security)
SonarQube
Supported programming languages
The following are the currently supported programming languages by Mobb:
Java
JavaScript and TypeScript
C#
Python
Click here to see more details on the specific issue types that Mobb currently supports.
Supported Source Code Management (SCM) tools
Mobb provides the ability to automatically commit fixed code back to your Source Code Management tools. Here are the SCM tools that Mobb currently supports.
Cloud SCMs
GitHub Cloud
GitLab Cloud
Azure Repo Cloud
Bitbucket Cloud
If your SCM is not listed here, Mobb also provides you with the ability to download the fixed code via a .diff
file which you can apply manually to your Git repository.
On-premise SCMs
GitHub Enterprise
GitLab On-Premise
Azure DevOps Server
Bugsy (Mobb CLI)
The community edition version of Mobb, or what we called Bugsy, is a command-line interface (CLI) tool that provides automatic security vulnerability remediation for your code. Bugsy requires the following pre-requisite to run in your environment:
Node.js Version: Node.js version 18.18.0 or higher.
Compatibility: Bugsy is designed to run in diverse environments, including docker containers, CI/CD pipelines, and bare-metal setups.
Last updated