Skip to content

Commit ec6020e

Browse files
committed
review
1 parent 341f0ad commit ec6020e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ update or replace compromised dependencies as soon as possible. The security
234234
check is done locally by fetching the public `PHP security advisories database`_,
235235
so your ``composer.lock`` file is not sent on the network.
236236

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+
237244
Symfony LTS Versions
238245
--------------------
239246

0 commit comments

Comments
 (0)