File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,18 @@ FriendsOfPHP organization.
25
25
This way you can add it to your project build process and your continuous
26
26
integration workflows to make them fail when there are vulnerabilities.
27
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
28
.. note ::
37
29
38
30
To enable the ``security:check `` command, make sure the
39
31
`SensioDistributionBundle `_ is installed and enabled in your application.
40
32
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
+
41
40
.. tip ::
42
41
43
42
The security checker is also available as an independent console application
You can’t perform that action at this time.
0 commit comments