1. 04 9月, 2014 1 次提交
  2. 19 8月, 2014 1 次提交
  3. 17 6月, 2014 2 次提交
  4. 16 6月, 2014 2 次提交
  5. 14 5月, 2014 1 次提交
  6. 20 6月, 2013 1 次提交
  7. 15 10月, 2012 1 次提交
  8. 10 8月, 2012 1 次提交
  9. 21 12月, 2011 1 次提交
  10. 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
  11. 26 8月, 2008 1 次提交
  12. 20 4月, 2008 1 次提交
  13. 05 1月, 2008 1 次提交
  14. 26 11月, 2007 1 次提交
  15. 11 10月, 2007 1 次提交