brakeman
A static analysis security vulnerability scanner for Ruby on Rails applications
About this project
Brakeman Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities. Installation Using RubyGems: gem install brakeman Using Bundler: Using Docker: docker pull presidentbeef/brakeman Using Docker to build from source: git clone https://github.com/presidentbeef/brakeman.git cd brakeman docker build . -t brakeman Usage Running locally From a Rails application's root directory: brakeman Outside of Rails root: brakeman /path/to/rails/application Running with Docker From a Rails application's root directory: docker run -v "$(pwd)":/code presidentbeef/brakeman With a little nicer color: docker run -v "$(pwd)":/code…
Technologies
Project health
GitHub
Reviews
Built by
Maintain presidentbeef/brakeman? Claiming verifies admin access through your GitHub account and gives you control of this listing.