8000 Tweaks · symfony/symfony-docs@ea432f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea432f9

Browse files
committed
Tweaks
1 parent 3e3813b commit ea432f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/code/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ 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 fo testing that should
24+
* Any security issues found in classes provided to help for testing that should
2525
never be used in production (like for instance mock classes that contain
26-
``Mock`` in their name);
26+
``Mock`` in their name or classes in the ``Test`` namespace);
2727

2828
* Any fix that can be classified as **security hardening** like route
2929
enumeration, login throttling bypasses, denial of service attacks, timing

0 commit comments

Comments
 (0)
0