Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Collins committed Jul 20, 2011
1 parent 5e3fdbe commit 7969ed6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
@@ -1,3 +1,17 @@
## 0.6.0

* Tests are in place and fully functional
* Hide errors by default in HTML output
* Warn if routes.rb cannot be found
* Narrow methods assumed to be file access
* Increase confidence for methods known to not escape output
* Fixes to output processing for Erubis
* Fixes for Rails 3 XSS checks
* Fixes to line numbers with Erubis
* Fixes to escaped output scanning
* Change Version to Brakeman::Version
* Update CSRF CVE-2011-0447 message to be less assertive

## 0.5.2

* Output report file name when finished
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1 +1 @@
Version = "0.5.2"
Version = "0.6.0"

0 comments on commit 7969ed6

Please sign in to comment.