Mobb Fixer monitors your pull requests for security issues and produces accurate code fix suggestions on the spot.
Important
For the workflow to run you must first enable GitHub Actions on this repo.
Then, click below to see how automatic fixes on pull requests work:
This will let you start a pull request from branch introduce-new-security-issue
to branch main
.
Once the PR is created, CodeQL will automatically start a security scan and report an issue.
Mobb Fixer will immediately run and present a fix suggestion in the PR conversation tab.
Tip
Click Commit fix to immediately apply the fix on the pull request. Security scan will run again and flag the issue as "Fixed".