煞车人 Brakeman是一个静态分析工具,可检查Ruby on Rails应用程序中的安全漏洞。 安装 使用RubyGems: gem install brakeman 使用Bundler: group :development do gem 'brakeman' end 使用Docker: docker pull presidentbeef/brakeman 使用Docker从源代码构建: git clone https://github.com/presidentbeef/brakeman.git cd brakeman docker build . -t brakeman