CHANGES 1.4 KB
Newer Older
1
  * Check initializer for session settings
2
  * Add line numbers to session setting warnings
3 4
  * Add --checks option to list checks

J
Justin Collins 已提交
5 6 7 8 9
## 0.4.1
  
  * Fix reported line numbers when using new Erubis parser
    (Mostly affects Rails 3 apps)

10 11 12 13 14 15
## 0.4.0

  * Handle Rails XSS protection properly
  * More detection options for rails_xss
  * Add --escape-html option 

J
Justin Collins 已提交
16 17
## 0.3.2  

18
  * Autodetect Rails 3 applications
J
Justin Collins 已提交
19 20
  * Turn on auto-escaping for Rails 3 apps
  * Check Model.create() for mass assignment
21

J
Justin Collins 已提交
22 23 24 25 26 27
## 0.3.1

  * Always output a line number in tabbed output format
  * Restrict characters in category name in tabbed output format to
    word characters and spaces, for Hudson/Jenkins plugin

J
Justin Collins 已提交
28 29 30 31 32
## 0.3.0

  * Check for SQL injection in calls using constantize()
  * Check for SQL injection in calls to count_by_sql()

J
Justin Collins 已提交
33 34 35 36 37 38 39 40
## 0.2.2

  * Fix version_between? when no Rails version is specified

## 0.2.1

  * Add code snippet to tab output messages

J
Justin Collins 已提交
41 42 43 44 45
## 0.2.0

  * Add check for mail_to vulnerability - CVE-2011-0446
  * Add check for CSRF weakness - CVE-2011-0447

46 47 48 49
## 0.1.1

  * Be more permissive with ActiveSupport version

J
Justin Collins 已提交
50 51 52 53 54 55 56
## 0.1.0

  * Check link_to for XSS (because arguments are not escaped)
  * Process layouts better (although not perfectly yet)
  * Load custom Haml filters if they are in lib/
  * Tab separated output via .tabs output extension
  * Switch to normal versioning scheme