Skip to content

Commit b814f4c

Browse files
committed
[5.1.x] Refs #35612 -- Extended docs on how the security team evaluates reports.
Co-authored-by: Shai Berger <[email protected]> Backport of f609a2d from main.
1 parent 328d54f commit b814f4c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/internals/security.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,14 @@ requires a security release:
4949
* The vulnerability is within a :ref:`supported version <security-support>` of
5050
Django.
5151

52-
* The vulnerability applies to a production-grade Django application. This means
53-
the following do not require a security release:
52+
* The vulnerability does not depend on manual actions that rely on code
53+
external to Django. This includes actions performed by a project's developer
54+
or maintainer using developer tools or the Django CLI. For example, attacks
55+
that require running management commands with uncommon or insecure options
56+
do not qualify.
57+
58+
* The vulnerability applies to a production-grade Django application. This
59+
means the following scenarios do not require a security release:
5460

5561
* Exploits that only affect local development, for example when using
5662
:djadmin:`runserver`.

0 commit comments

Comments
 (0)