CHANGES 444 字节
Newer Older
J
Justin Collins 已提交
1 2 3 4 5
## 0.2.0

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

6 7 8 9
## 0.1.1

  * Be more permissive with ActiveSupport version

J
Justin Collins 已提交
10 11 12 13 14 15 16
## 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