Skip to content

Commit 1d53b41

Browse files
committed
minor #10534 Updating security_checker.rst (shreypuranik)
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes #10534). Discussion ---------- Updating security_checker.rst Updating with an example scenario of how the security checker can be integrated <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 108bf1a Updating security_checker.rst
2 parents f7929eb + 108bf1a commit 1d53b41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

security/security_checker.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ FriendsOfPHP organization.
2222

2323
The ``security:check`` command terminates with a non-zero exit code if
2424
any of your dependencies is affected by a known security vulnerability.
25-
Therefore, you can easily integrate it in your build process.
25+
Therefore, you can easily integrate it in your build process, so that
26+
all dependencies are checked for known security vulnerabilities each
27+
time that the project is built.
2628

2729
.. note::
2830

0 commit comments

Comments
 (0)