1. 09 1月, 2010 1 次提交
  2. 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
  3. 28 9月, 2009 2 次提交
  4. 25 7月, 2009 1 次提交
  5. 17 4月, 2009 1 次提交
  6. 16 3月, 2009 1 次提交
  7. 13 2月, 2009 1 次提交
  8. 17 1月, 2009 1 次提交
  9. 22 12月, 2008 2 次提交
  10. 19 12月, 2008 1 次提交
  11. 18 11月, 2008 1 次提交
  12. 05 11月, 2008 1 次提交
  13. 22 10月, 2008 1 次提交
  14. 08 8月, 2008 1 次提交
  15. 01 8月, 2008 1 次提交
  16. 22 7月, 2008 1 次提交
  17. 16 7月, 2008 1 次提交
  18. 07 7月, 2008 1 次提交
  19. 04 7月, 2008 3 次提交
  20. 03 7月, 2008 1 次提交
  21. 29 6月, 2008 1 次提交
  22. 23 6月, 2008 1 次提交
  23. 22 6月, 2008 1 次提交
  24. 19 6月, 2008 1 次提交
  25. 18 5月, 2008 1 次提交
  26. 09 5月, 2008 2 次提交
  27. 02 5月, 2008 1 次提交
  28. 21 4月, 2008 2 次提交
  29. 16 3月, 2008 1 次提交
  30. 02 3月, 2008 1 次提交
  31. 20 2月, 2008 1 次提交
  32. 21 12月, 2007 1 次提交
  33. 06 12月, 2007 2 次提交