8000 minor #9618 Added a note about using the security checker independent… · symfony/symfony-docs@b946e78 · GitHub
[go: up one dir, main page]

Skip to content

Commit b946e78

Browse files
committed
minor #9618 Added a note about using the security checker independently (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Added a note about using the security checker independently Related to #9544. Commits ------- 45e3ffa Added a note about using the security checker independently
2 parents b45f79d + 45e3ffa commit b946e78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

security/security_checker.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,12 @@ FriendsOfPHP organization.
2929
To enable the ``security:check`` command, make sure the
3030
`SensioDistributionBundle`_ is installed and enabled in your application.
3131

32+
.. tip::
33+
34+
The security checker is also available as an independent console application
35+
and distributed as a PHAR file so you can use it in any PHP application.
36+
Check out the `Security Checker repository`_ for more details.
37+
3238
.. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories
3339
.. _`SensioDistributionBundle`: https://github.com/sensiolabs/SensioDistributionBundle
40+
.. _`Security Checker repository`: https://github.com/sensiolabs/security-checker

0 commit comments

Comments
 (0)
0