Skip to content

Commit e9a6bd4

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Minor tweak Remove reference to Local PHP Security Checker
2 parents 6930b68 + 3490683 commit e9a6bd4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ workflows to make them fail when there are vulnerabilities.
249249
.. tip::
250250

251251
In continuous integration services you can check security vulnerabilities
252-
using a different stand-alone project called `Local PHP Security Checker`_.
253-
This is the same project used internally by ``check:security`` but much
254-
smaller in size than the entire Symfony CLI.
252+
by running the ``composer audit`` command. This uses the same data internally
253+
as ``check:security`` but does not require installing the entire Symfony CLI
254+
during CI or on CI workers.
255255

256256
Symfony LTS Versions
257257
--------------------
@@ -318,7 +318,6 @@ Learn More
318318
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
319319
.. _`Symfony Flex`: https://github.com/symfony/flex
320320
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories
321-
.. _`Local PHP Security Checker`: https://github.com/fabpot/local-php-security-checker
322321
.. _`Symfony releases`: https://symfony.com/releases
323322
.. _`Main recipe repository`: https://github.com/symfony/recipes
324323
.. _`Contrib recipe repository`: https://github.com/symfony/recipes-contrib

0 commit comments

Comments
 (0)