diff --git a/contributing/code/security.rst b/contributing/code/security.rst index b8e7bea3f6a..7c57e8929e6 100644 --- a/contributing/code/security.rst +++ b/contributing/code/security.rst @@ -21,6 +21,10 @@ email for confirmation): production (including the web profiler or anything enabled when ``APP_DEBUG`` is set to ``true`` or ``APP_ENV`` set to anything but ``prod``); +* Any security issues found in classes provided to help fo testing that should + never be used in production (like for instance mock classes that contain + ``Mock`` in their name); + * Any fix that can be classified as **security hardening** like route enumeration, login throttling bypasses, denial of service attacks, timing attacks, or lack of ``SensitiveParameter`` attributes.