File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,14 @@ requires a security release:
49
49
* The vulnerability is within a :ref:`supported version <security-support>` of
50
50
Django.
51
51
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:
54
60
55
61
* Exploits that only affect local development, for example when using
56
62
:djadmin:`runserver`.
You can’t perform that action at this time.
0 commit comments