File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -116,17 +116,7 @@ Checking for Security Vulnerabilities
116116-------------------------------------
117117
118118Symfony provides a utility called the "Security Checker" to check whether your
119- project's dependencies contain any known security vulnerability. Run this
120- command to install it in your application:
121-
122- .. code-block :: terminal
123-
124- $ cd my-project/
125- $ composer require sensiolabs/security-checker --dev
126-
127- From now on, this utility will be run automatically whenever you install or
128- update any dependency in the application. If a dependency contains a vulnerability,
129- you'll see a clear message.
119+ project's dependencies contain any known security vulnerability. Check out the integration instructions for `the Security Checker `_ to set it up.
130120
131121The Symfony Demo application
132122----------------------------
@@ -162,5 +152,6 @@ Go Deeper with Setup
162152
163153.. _`Stellar Development with Symfony` : http://symfonycasts.com/screencast/symfony
164154.. _`Composer` : https://getcomposer.org/
155+ .. _`the Security Checker` : https://github.com/sensiolabs/security-checker#integration
165156.. _`The Symfony Demo application` : https://github.com/symfony/demo
166157.. _`symfony/symfony-demo` : https://github.com/symfony/demo
You can’t perform that action at this time.
0 commit comments