From b4630a23862cfcf932ee4981521ca3a81d3ddba4 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Fri, 20 Apr 2012 11:27:38 -0700 Subject: [PATCH] Bump to 1.6.0 --- CHANGES | 12 ++++++++++++ lib/brakeman/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 366ee062..84da5569 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +# 1.6.0 + + * Remove the Ruport dependency (Neil Matatall) + * Add more informational JSON output (Neil Matatall) + * Add comparison to previous JSON report (Neil Matatall) + * Add highlighting of dangerous values in HTML/text reports + * Model#update_attribute should not raise mass assignment warning (Dave Worth) + * Don't check `find_by_*` method for SQL injection + * Fix duplicate reporting of mass assignment and SQL injection + * Fix rescanning of deleted files + * Properly check for rails_xss in Gemfile + # 1.5.3 * Add check for user input in Object#send (Neil Matatall) diff --git a/lib/brakeman/version.rb b/lib/brakeman/version.rb index 59782baa..c407fee3 100644 --- a/lib/brakeman/version.rb +++ b/lib/brakeman/version.rb @@ -1,3 +1,3 @@ module Brakeman - Version = "1.6.0.pre1" + Version = "1.6.0" end -- GitLab