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 16a01aa commit 668b4f8Copy full SHA for 668b4f8
security/security_checker.rst
@@ -25,6 +25,14 @@ FriendsOfPHP organization.
25
This way you can add it to your project build process and your continuous
26
integration workflows to make them fail when there are vulnerabilities.
27
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
36
.. note::
37
38
To enable the ``security:check`` command, make sure the
0 commit comments