1. 18 Dec, 2015 2 commits
  2. 17 Dec, 2015 9 commits
  3. 16 Dec, 2015 4 commits
    • astaxie's avatar
      Merge pull request #1486 from KilledKenny/oomDos · 2aa50c24
      astaxie authored
      Added MaxMemory limit to CopyBody() Supersedes #1484
      2aa50c24
    • astaxie's avatar
      reduce the slicegrow · dbc4ac69
      astaxie authored
      dbc4ac69
    • astaxie's avatar
      refactor router · 29752e25
      astaxie authored
      29752e25
    • Simon Rawet's avatar
      Added MaxMemory limit to CopyBody() · 52c4c1fb
      Simon Rawet authored
      Beego only uses the MaxMemory flag when using go's built in functions
      for parsing forms. However the CopyBody() function have no limit an will
      coppy anny amount of data into memory using ioutil.ReedAll() on the
      request body whitout anny size validation or limit.
      
      This fix wrapps input.Requst.Body in a LimitedReader using the same
      memory limit as ParseFormOrMulitForm()
      52c4c1fb
  4. 15 Dec, 2015 11 commits
  5. 14 Dec, 2015 2 commits
  6. 12 Dec, 2015 1 commit
  7. 11 Dec, 2015 1 commit
  8. 10 Dec, 2015 2 commits
  9. 09 Dec, 2015 6 commits
  10. 04 Dec, 2015 1 commit
  11. 03 Dec, 2015 1 commit