File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ confirmed, the core team works on a solution following these steps:
38
38
#. Publish the post on the official Symfony `blog `_ (it must also be added to
39
39
the "`Security Advisories `_" category);
40
40
#. Update the public `security advisories database `_ maintained by the
41
- FriendsOfPHP organization and which is used by the ``security:check `` command.
41
+ FriendsOfPHP organization and which is used by
42
+ :doc: `the check:security command </security/security_checker >`.
42
43
43
44
.. note ::
44
45
@@ -169,7 +170,7 @@ Security Advisories
169
170
.. tip ::
170
171
171
172
You can check your Symfony application for known security vulnerabilities
172
- using :ref: `the security: check command <security-checker >`.
173
+ using :ref: `the check:security command <security-checker >`.
173
174
174
175
Check the `Security Advisories `_ blog category for a list of all security
175
176
vulnerabilities that were fixed in Symfony releases, starting from Symfony
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ vulnerability:
180
180
181
181
.. code-block :: terminal
182
182
183
- $ symfony security: check
183
+ $ symfony check:security
184
184
185
185
A good security practice is to execute this command regularly to be able to
186
186
update or replace compromised dependencies as soon as possible. The security
@@ -189,7 +189,7 @@ so your ``composer.lock`` file is not sent on the network.
189
189
190
190
.. tip ::
191
191
192
- The ``security: check `` command terminates with a non-zero exit code if
192
+ The ``check:security `` command terminates with a non-zero exit code if
193
193
any of your dependencies is affected by a known security vulnerability.
194
194
This way you can add it to your project build process and your continuous
195
195
integration workflows to make them fail when there are vulnerabilities.
You can’t perform that action at this time.
0 commit comments