index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_http.py
Age
Commit message (
Expand
)
Author
2025-04-02
Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_host_and_s...
Sarah Boyce
2025-03-27
Fixed #35440 -- Simplified parse_header_parameters by leveraging stdlid's Mes...
Khudyakov Artem
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-01-07
Fixed #36023 -- Handled controls chars in content_disposition_header.
Alex Vandiver
2023-11-28
Refs #34986 -- Fixed mocking in utils_tests.test_http.HttpDateProcessingTests...
Nick Pope
2023-07-12
Refs #30116 -- Simplified tests related with dictionary order.
Mariusz Felisiak
2022-12-05
Fixed #34194 -- Added django.utils.http.content_disposition_header().
Alex Vandiver
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-07-01
Updated vendored _urlsplit() to strip newline and tabs.
Michael Manfre
2022-06-28
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-14
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...
Mariusz Felisiak
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-04-30
Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.
Hasan Ramezani
2019-09-30
Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().
Ad Timmering
2019-09-30
Refs #28690 -- Added more tests for parse_http_date().
Ad Timmering
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-06-19
Refs #30485 -- Removed non-representative test that emitted a warning.
Jon Dufresne
2019-05-24
Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.
Johan Lübcke
2019-03-20
Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32-bit sys...
Mariusz Felisiak
2019-02-04
Refs #27753 -- Deprecated django.utils.http urllib aliases.
Tim Graham
2019-01-17
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
Tim Graham
2018-12-27
Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...
Jon Dufresne
2018-11-03
Increased test coverage of django.utils.http.
Hasan Ramezani
2018-08-01
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-06-29
Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string.
Przemysław Suliga
2018-01-11
Fixed #28638 -- Made allowed_hosts a required argument of is_safe_url().
Jon Dufresne
2018-01-02
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
Tim Graham
2017-10-12
Fixed #28679 -- Fixed urlencode()'s handling of bytes.
François Freitag
2017-10-10
Split django.utils.http tests into separate test classes.
François Freitag
2017-09-22
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
Tim Graham
2017-09-21
Added test for too large input to django.utils.http.base36_to_int().
Mads Jensen
2017-05-10
Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
UmanShahzad
2017-04-04
Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-09-07
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
Jon Dufresne
2016-08-19
Fixed #26902 -- Allowed is_safe_url() to require an https URL.
Przemysław Suliga
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-04
Added safety to URL decoding in is_safe_url() on Python 2
Claude Paroz
2016-03-04
Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
Claude Paroz
2016-03-01
Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
[next]