Skip to content

Commit 801645f

Browse files
authored
Don't recommend requiring with Composer
See discussion here: sensiolabs/security-checker#137 (review)
1 parent 7c8641e commit 801645f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

setup.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,7 @@ Checking for Security Vulnerabilities
116116
-------------------------------------
117117

118118
Symfony 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

131121
The 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

0 commit comments

Comments
 (0)