index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
checks
/
security
/
base.py
Age
Commit message (
Expand
)
Author
2026-05-07
Fixed #37084 -- Added CSP nonce context processor system check.
Milad Zarour
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2021-04-30
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-11-11
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-07-29
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
Florian Apolloner
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-08-05
Fixed #30680 -- Removed obsolete system check for SECURE_BROWSER_XSS_FILTER s...
Adnan Umer
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-08-10
Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.
Ed Morley
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-07-15
Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
rroskam
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham