You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the brakeman gem to the Gemfile, bundle install, and then run bundle exec brakeman -q -w 2 to find any security vulnerabilities. Create a new issue for each vulnerability found.
Documentation: https://github.com/presidentbeef/brakeman
Add the brakeman gem to the Gemfile, bundle install, and then run
bundle exec brakeman -q -w 2
to find any security vulnerabilities. Create a new issue for each vulnerability found.Verify previously found Brakeman vulnerabilities:
After all vulnerabilities have been found, run Brakeman automatically in CircleCI.
Example: https://github.com/uclibs/treatment_database/blob/qa/.circleci/config.yml#L86-L89
This can be multiple pull requests.
The text was updated successfully, but these errors were encountered: