LoginSignup
0
0

More than 5 years have passed since last update.

brakeman gem勉強

Last updated at Posted at 2017-04-07

静的脆弱性診断ツールです。

github: https://github.com/presidentbeef/brakeman

診断できる項目:http://brakemanscanner.org/docs/warning_types/

  • install
gem install brakeman
  • bundler Gemfile設定 コマンドツールとして使う時、:require => falseを付けておく。
gem "brakeman", :require => false
  • 分析を行うコマンド
brakeman -A
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0