Skip to content

Commit 858b1a7

Browse files
committed
Reword
1 parent 46ef4c3 commit 858b1a7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

security/security_checker.rst

+7-8
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,18 @@ 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-
3628
.. note::
3729

3830
To enable the ``security:check`` command, make sure the
3931
`SensioDistributionBundle`_ is installed and enabled in your application.
4032

33+
.. note::
34+
35+
Make sure that the installed version of the security checker package is at
36+
least 5.0 (run ``composer show sensiolabs/security-checker`` to show it).
37+
Older versions checked the security vulnerabilities using an URL that is no
38+
longer available and the command execution will result in an error.
39+
4140
.. tip::
4241

4342
The security checker is also available as an independent console application

0 commit comments

Comments
 (0)