Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.6 KB

HISTORY.md

File metadata and controls

71 lines (44 loc) · 1.6 KB

1.0.0

Add compatibility with Brakeman 7.0 @presidentbeef

0.8.6

Fix guard-compat issues @presidentbeef

0.8.5

Actually respect the run_on_start argument @jaredmoody

0.8.4

Add support for modern brakemans @presidentbeef

0.8.3

???

0.8.2

Adds support for url safe methods

0.8.0

Adds support for Brakeman 2.1.0's ability to ignore specified warnings http://brakemanscanner.org/blog/2013/07/17/brakeman-2-dot-1-0-released/

0.7.1

"quiet" option only sets brakeman -q flag, it doesn't suppress messages from guard-brakeman anymore.

0.7.0

Bug fixes, doc updates, https, and .gitignore

0.6.2

  • Just some cleanup of the project

0.6.1

  • Allow the ability to hide all output when running guard

0.5.1

  • Cleanup the output and clean up some code

0.5.0

  • Support for >= guard-1.1.0

0.4.0

  • Updated output support to handle the multiple output files introduced with brakeman 1.5.3

0.3.0

  • The output of guard-brakeman now uses the same code as the regular brakeman reports and uses the same options (thanks DarkTatka for the input)

0.2.0

  • Moar better notifications
  • 'chatty' config option allows you to enter "fix mode" where ALL brakeman activity is growl'd. Off by default, which means you are only alerted on NEW or FIXED findings
  • Add :min_confidence setting to ignore results under a certain threshold

0.1.8

  • More consistent output
  • Consolidate growls into a single message
  • Add run_on_start option

0.1.7

  • Ability to turn off notifications
  • Test backfill

0.1.6

  • Added notificaiton (growl) support
  • Use UI:: methods to print messages to console (report still uses puts)