Brakeman 1.8.3 has been released. This is primarily a bug-fix release, 
but includes a dependency change (json_pure -> multi_json) and call 
indexing performance improvement.

Changes since 1.8.2:

  * Use `multi_json` gem for better harmony
  * Performance improvement for call indexing
  * Fix issue with processing HAML files
  * Handle pre-release versions when processing `Gemfile.lock`
  * Only check first argument of `redirect_to`
  * Fix false positives from `Model.arel_table` accesses
  * Fix false positives on redirects to models decorated with Draper gem
  * Fix false positive on redirect to model association
  * Fix false positive on `YAML.load`
  * Fix false positive XSS on any `to_i` output
  * Fix error on Rails 2 name routes with no args
  * Fix error in rescan of mixins with symbols in method name
  * Do not rescan non-Ruby files in config/

Full details are available in the release post: 
http://brakemanscanner.org/blog/2012/11/13/brakeman-1-dot-8-3-released/

Reply via email to