bugsy: CLI tool that provides automatic security vulnerability remediation for your code
Bugsy
Bugsy is a command-line interface (CLI) tool that provides automatic security vulnerability remediation for your code. It is the community edition version of Mobb, the first vendor-agnostic automated security vulnerability remediation tool. Bugsy is designed to help developers quickly identify and fix security vulnerabilities in their code.
What is Mobb?
Mobb is the first vendor-agnostic automatic security vulnerability remediation tool. It ingests SAST results from Checkmarx, CodeQL (GitHub Advanced Security), OpenText Fortify, and Snyk and produces code fixes for developers to review and commit to their code.
What does Bugsy do?
Bugsy has two modes – Analyze (the user has a pre-generated SAST report from one of the supported SAST tools) and Scan (no SAST report needed).
Scan
- Uses Snyk CLI tool to run a SAST analysis on a given open-source GitHub repo
- Analyze the vulnerability report to identify issues that can be remediated automatically
- Produces the code fixes and redirects the user to the fix report page on the Mobb platform
Analyze
- Analyze the vulnerability report to identify issues that can be remediated automatically
- Produces the code fixes and redirects the user to the fix report page on the Mobb platform
Disclaimer
This is a community edition version that only analyzes public GitHub repositories. Analyzing private repositories is allowed for a limited amount of time. Snyk CLI is used to produce a SAST vulnerability report.
- Only Java and Node.js projects are supported at the moment.
Install & Use
Copyright (c) 2023 Mobb.dev Ltd.