Historie revizí

Autor SHA1 Zpráva Datum
  Tim Graham ab7f4c3306 Refs #28965 -- Deprecated unused django.utils.http.cookie_date(). před 7 roky
  François Freitag 41be85862d Fixed #28679 -- Fixed urlencode()'s handling of bytes. před 7 roky
  François Freitag 0e212a705e Split django.utils.http tests into separate test classes. před 7 roky
  Tim Graham 96107e2844 Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url(). před 7 roky
  Mads Jensen 41a7876991 Added test for too large input to django.utils.http.base36_to_int(). před 7 roky
  UmanShahzad 856072dd4a Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs. před 8 roky
  Tim Graham 5ea48a70af Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs. před 8 roky
  Claude Paroz c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage před 8 roky
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports před 8 roky
  Tim Graham 8119b679eb Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. před 8 roky
  Kevin Christopher Henry 4ef0e019b7 Fixed #27083 -- Added support for weak ETags. před 8 roky
  Jon Dufresne f227b8d15d Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts před 8 roky
  Przemysław Suliga 5e5a17028f Fixed #26902 -- Allowed is_safe_url() to require an https URL. před 8 roky
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. před 9 roky
  Claude Paroz 552f03869e Added safety to URL decoding in is_safe_url() on Python 2 před 9 roky
  Claude Paroz ada7a4aefb Fixed #26308 -- Prevented crash with binary URLs in is_safe_url() před 9 roky
  Mark Striemer c5544d2892 Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth. před 9 roky
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. před 9 roky
  Denis Cornehl 186b6c61bf Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support. před 9 roky
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. před 9 roky
  Matt Robenolt b0c56b895f Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. před 10 roky
  Tim Graham 011a54315e Made is_safe_url() reject URLs that start with control characters. před 10 roky
  Lukas Klein 93b3ef9b2e Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454 před 10 roky
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. před 10 roky
  Tim Graham 69b5e66738 Fixed is_safe_url() to handle leading whitespace. před 10 roky
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. před 10 roky
  Loic Bistuer 3c6ac0bab8 Consolidated some text utils into the utils_tests test package. před 10 roky
  Ian Foote 03d89168a2 Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3. před 10 roky
  Tim Graham 89b9e6e5d6 Fixed #22909 -- Removed camelCasing in some tests. před 10 roky
  Erik Romijn 255449c1ee Added additional checks in is_safe_url to account for flexible parsing. před 11 roky