django1/django/template
Markus Holtermann 394517f078 Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
Thanks Keryn Knight for the report.

Co-authored-by: Adam Johnson <me@adamj.eu>
2022-02-01 07:40:51 +01:00
..
backends Refs #32987 -- Refactored out get_template_tag_modules(). 2021-10-20 09:40:15 +02:00
loaders Refs #15053 -- Clarified debug message when skipping templates to avoid recursion. 2020-11-21 10:49:31 +01:00
__init__.py Fixed #25791 -- Implement autoreload behaviour for cached template loader. 2020-11-05 15:30:52 +01:00
autoreload.py Optimized django.template.autoreload.get_template_directories() a bit. 2021-12-21 08:39:40 +01:00
base.py Avoided isinstance(…, Variable) calls in FilterExpression.resolve(). 2022-01-07 10:29:22 +01:00
context.py Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons. 2019-10-01 17:58:19 +02:00
context_processors.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
defaultfilters.py Simplified @stringfilter decorator and Library with unwrap(). 2022-01-10 08:31:43 +01:00
defaulttags.py Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag. 2022-02-01 07:40:51 +01:00
engine.py Refs #32355 -- Used @functools.lru_cache as a straight decorator. 2021-09-27 09:10:58 +02:00
exceptions.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
library.py Simplified @stringfilter decorator and Library with unwrap(). 2022-01-10 08:31:43 +01:00
loader.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
loader_tags.py Refs #32290 -- Optimized construct_relative_path() by delay computing has_quotes. 2021-12-08 08:17:54 +01:00
response.py Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
smartif.py Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
utils.py Refs #32355 -- Used @functools.lru_cache as a straight decorator. 2021-09-27 09:10:58 +02:00