To use Brakeman, the only thing is to install the gem:
$ gem install brakeman
and then run the single command in Rails application’s root directory:
$ brakeman
The output of this command will reveal discovered vulnerabilities in Less-like interface. You can also export the output to file, using:
$ brakeman -o output.txt
None
Comments