Skip to content

Commit 46ef4c3

Browse files
committed
minor #11139 Update security_checker.rst (shreypuranik)
This PR was squashed before being merged into the 3.4 branch (closes #11139). Discussion ---------- Update security_checker.rst Adding a small note advising users to always use the latest version of the command, as old versions will now break existing build plans because change of composer.lock checking tool. <!-- 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 ------- 668b4f8 Update security_checker.rst
2 parents 8bf9983 + 668b4f8 commit 46ef4c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

security/security_checker.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ FriendsOfPHP organization.
2525
This way you can add it to your project build process and your continuous
2626
integration workflows to make them fail when there are vulnerabilities.
2727

28+
.. tip::
29+
30+
Earlier versions of this command used a tool hosted at a now deprecated URL,
31+
with the tool having since been moved to a new location, which has been
32+
reflected in newer versions of the bundle. Use the latest version of the
33+
command to avoid getting exit code zero and breaking existing build plans
34+
if the command has been integrated into project build process.
35+
2836
.. note::
2937

3038
To enable the ``security:check`` command, make sure the

0 commit comments

Comments
 (0)