-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add a note about Mock classes not considered for security issues #18730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Any security issues found in classes provided to help fo testing that should | |
* Any security issues found in classes provided for testing that should |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed while merging. Thanks.
@@ -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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest mentioning the Test
namespace as well inside those braces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added while merging. See ea432f9 Thanks.
Thanks Fabien! |
No description provided.