项目作者: prontolabs

项目描述 :
Pronto runner for Brakeman, security vulnerability scanner for RoR
高级语言: Ruby
项目地址: git://github.com/prontolabs/pronto-brakeman.git
创建时间: 2013-10-07T17:08:20Z
项目社区:https://github.com/prontolabs/pronto-brakeman

开源协议:MIT License

下载


Pronto runner for Brakeman

Code Climate
Build Status
Gem Version

Pronto runner for Brakeman, security vulnerability scanner for RoR. What is Pronto?

Severity mapping

Brakeman Confidence is mapped to severity levels on the
messages generated by Pronto. High confidence maps to fatal, medium confidence maps to warning, and low confidence maps
to info.

Options

Brakeman also includes some optional checks and by setting the following in your .pronto.yml you can run every check included in the gem:

Run all checks

  1. brakeman:
  2. run_all_checks: true

(This is the equivalent of running brakeman -A on the command line.)

Ignore file

  1. brakeman:
  2. ignore_file: '.brakeman'

(This is the equivalent of running brakeman -i IGNOREFILE on the command line.)