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