Skip to content
  1. Apr 29, 2019
    • Reed Loden's avatar
      docs: minor polish to the bug bounty / security docs · 361f9957
      Reed Loden authored
      Closes #3811
      361f9957
    • Daniel Stenberg's avatar
      CURL_MAX_INPUT_LENGTH: largest acceptable string input size · 5fc28510
      Daniel Stenberg authored
      This limits all accepted input strings passed to libcurl to be less than
      CURL_MAX_INPUT_LENGTH (8000000) bytes, for these API calls:
      curl_easy_setopt() and curl_url_set().
      
      The 8000000 number is arbitrary picked and is meant to detect mistakes
      or abuse, not to limit actual practical use cases. By limiting the
      acceptable string lengths we also reduce the risk of integer overflows
      all over.
      
      NOTE: This does not apply to `CURLOPT_POSTFIELDS`.
      
      Test 1559 verifies.
      
      Closes #3805
      5fc28510
  2. Apr 28, 2019
  3. Apr 27, 2019
  4. Apr 23, 2019
  5. Apr 22, 2019
  6. Apr 21, 2019
  7. Apr 20, 2019
  8. Apr 19, 2019
  9. Apr 16, 2019
  10. Apr 15, 2019
  11. Apr 14, 2019
  12. Apr 13, 2019