Skip to content

Commit 31a7491

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Add a note about Mock classes not considered for security issues
2 parents a611074 + 0a36557 commit 31a7491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributing/code/security.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ email for confirmation):
2121
production (including the web profiler or anything enabled when ``APP_DEBUG``
2222
is set to ``true`` or ``APP_ENV`` set to anything but ``prod``);
2323

24+
* Any security issues found in classes provided to help for testing that should
25+
never be used in production (like for instance mock classes that contain
26+
``Mock`` in their name or classes in the ``Test`` namespace);
27+
2428
* Any fix that can be classified as **security hardening** like route
2529
enumeration, login throttling bypasses, denial of service attacks, timing
2630
attacks, or lack of ``SensitiveParameter`` attributes.

0 commit comments

Comments
 (0)