We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341f0ad commit ec6020eCopy full SHA for ec6020e
setup.rst
@@ -234,6 +234,13 @@ update or replace compromised dependencies as soon as possible. The security
234
check is done locally by fetching the public `PHP security advisories database`_,
235
so your ``composer.lock`` file is not sent on the network.
236
237
+.. tip::
238
+
239
+ The ``check:security`` command terminates with a non-zero exit code if
240
+ any of your dependencies is affected by a known security vulnerability.
241
+ This way you can add it to your project build process and your continuous
242
+ integration workflows to make them fail when there are vulnerabilities.
243
244
Symfony LTS Versions
245
--------------------
246
0 commit comments