1. 15 10月, 2009 8 次提交
  2. 14 10月, 2009 3 次提交
  3. 13 10月, 2009 6 次提交
  4. 10 10月, 2009 1 次提交
  5. 09 10月, 2009 2 次提交
  6. 08 10月, 2009 1 次提交
    • M
      Switch to on-by-default XSS escaping for rails. · 94159359
      Michael Koziarski 提交于
        This consists of:
      
        * String#html_safe! a method to mark a string as 'safe'
        * ActionView::SafeBuffer a string subclass which escapes anything unsafe which is concatenated to it
        * Calls to String#html_safe! throughout the rails helpers
        * a 'raw' helper which lets you concatenate trusted HTML from non-safety-aware sources (e.g. presantized strings in the DB)
        * New ERB implementation based on erubis which uses a SafeBuffer instead of a String
      
      Hat tip to Django for the inspiration.
      94159359
  7. 06 10月, 2009 1 次提交
  8. 30 9月, 2009 1 次提交
  9. 28 9月, 2009 1 次提交
  10. 25 9月, 2009 7 次提交
  11. 22 9月, 2009 1 次提交
  12. 20 9月, 2009 3 次提交
  13. 18 9月, 2009 2 次提交
  14. 15 9月, 2009 1 次提交
  15. 14 9月, 2009 2 次提交