django/tests/urlpatterns
Florian Apolloner 7cf7d74e8a [2.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access control based on URL paths.
Thanks Sjoerd Job Postmus and TengMA(@te3t123) for reports.

Backport of d4dcd5b9dd from main.
2021-12-07 07:02:14 +01:00
..
__init__.py
converter_urls.py
converters.py
included_urls.py Fixed #28766 -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
more_urls.py Fixed #28766 -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
path_base64_urls.py Fixed #29775 -- Fixed URL converters in a nested namespaced path. 2018-10-04 11:42:27 -04:00
path_dynamic_urls.py
path_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
test_resolvers.py
tests.py [2.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access control based on URL paths. 2021-12-07 07:02:14 +01:00
views.py