Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,7 @@ Checking for Security Vulnerabilities
-------------------------------------

Symfony provides a utility called the "Security Checker" to check whether your
project's dependencies contain any known security vulnerability. Run this
command to install it in your application:

.. code-block:: terminal

$ cd my-project/
$ composer require sensiolabs/security-checker --dev

From now on, this utility will be run automatically whenever you install or
update any dependency in the application. If a dependency contains a vulnerability,
you'll see a clear message.
project's dependencies contain any known security vulnerability. Check out the integration instructions for `the Security Checker`_ to set it up.

The Symfony Demo application
----------------------------
Expand Down Expand Up @@ -162,5 +152,6 @@ Go Deeper with Setup

.. _`Stellar Development with Symfony`: http://symfonycasts.com/screencast/symfony
.. _`Composer`: https://getcomposer.org/
.. _`the Security Checker`: https://github.com/sensiolabs/security-checker#integration
.. _`The Symfony Demo application`: https://github.com/symfony/demo
.. _`symfony/symfony-demo`: https://github.com/symfony/demo