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
116
116
-------------------------------------
117
117
118
118
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.
130
120
131
121
The Symfony Demo application
132
122
----------------------------
@@ -162,5 +152,6 @@ Go Deeper with Setup
162
152
163
153
.. _`Stellar Development with Symfony` : http://symfonycasts.com/screencast/symfony
164
154
.. _`Composer` : https://getcomposer.org/
155
+ .. _`the Security Checker` : https://github.com/sensiolabs/security-checker#integration
165
156
.. _`The Symfony Demo application` : https://github.com/symfony/demo
166
157
.. _`symfony/symfony-demo` : https://github.com/symfony/demo
You can’t perform that action at this time.
0 commit comments