1. 11 5月, 2011 1 次提交
  2. 08 4月, 2011 1 次提交
  3. 09 2月, 2011 1 次提交
    • M
      Change the CSRF whitelisting to only apply to get requests · ae19e414
      Michael Koziarski 提交于
      Unfortunately the previous method of browser detection and XHR whitelisting is unable to prevent requests issued from some Flash animations and Java applets.  To ease the work required to include the CSRF token in ajax requests rails now supports providing the token in a custom http header:
      
       X-CSRF-Token: ...
      
      This fixes CVE-2011-0447
      ae19e414
  4. 07 2月, 2011 1 次提交
  5. 06 2月, 2011 1 次提交
  6. 10 1月, 2011 1 次提交
  7. 27 9月, 2010 1 次提交
  8. 14 9月, 2010 1 次提交
  9. 11 9月, 2010 1 次提交
  10. 17 8月, 2010 1 次提交
  11. 05 2月, 2010 5 次提交
  12. 31 1月, 2010 1 次提交
  13. 19 11月, 2009 1 次提交
  14. 18 11月, 2009 1 次提交
  15. 17 8月, 2009 1 次提交
  16. 16 4月, 2009 1 次提交
  17. 09 3月, 2009 1 次提交
  18. 23 11月, 2008 1 次提交
  19. 13 11月, 2008 1 次提交
  20. 08 11月, 2008 1 次提交
  21. 12 5月, 2008 1 次提交
    • P
      Bug: Earlier Check for Session in Forgery Protection · 2a986200
      Peter Jones 提交于
      The session is used by the form_authenticity_token method before it is
      tested to be valid.  This patch moves a few lines around so that the
      session is validated first.
      
      Without this patch, if you try to use forgery protection with sessions
      turned off, you get this exception message:
      
        undefined method `session_id' for {}:Hash
      
      The patch includes a test that can be used to see this behavior before
      the request_forgery_protection.rb file is patched to fix it.
      2a986200
  22. 06 5月, 2008 2 次提交
  23. 09 1月, 2008 1 次提交
  24. 05 1月, 2008 1 次提交
  25. 02 10月, 2007 1 次提交
  26. 29 9月, 2007 2 次提交
  27. 28 9月, 2007 1 次提交
  28. 26 9月, 2007 1 次提交
  29. 25 9月, 2007 1 次提交
  30. 24 9月, 2007 1 次提交
  31. 23 9月, 2007 1 次提交