From 45e3ffa1278890429f90a219e6b6e41053ab5275 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 18 Apr 2018 11:08:37 +0200 Subject: [PATCH] Added a note about using the security checker independently --- security/security_checker.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/security/security_checker.rst b/security/security_checker.rst index cd25ce4fc74..0c5283c758f 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -29,5 +29,12 @@ FriendsOfPHP organization. To enable the ``security:check`` command, make sure the `SensioDistributionBundle`_ is installed and enabled in your application. +.. tip:: + + The security checker is also available as an independent console application + and distributed as a PHAR file so you can use it in any PHP application. + Check out the `Security Checker repository`_ for more details. + .. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories .. _`SensioDistributionBundle`: https://github.com/sensiolabs/SensioDistributionBundle +.. _`Security Checker repository`: https://github.com/sensiolabs/security-checker