-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added description on how to enable the security:check command through… #5363
Changes from all commits
396302b
5aa7044
aa0dff4
5c872f2
8f00174
f5774d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1378,6 +1378,15 @@ FriendsOfPHP organization. | |
any of your dependencies is affected by a known security vulnerability. | ||
Therefore, you can easily integrate it in your build process. | ||
|
||
.. note:: | ||
|
||
To enable the ``security:check`` command, you need to add the | ||
`SensioDistributionBundle`_ to your dependencies. | ||
|
||
.. code-block:: bash | ||
|
||
$ composer require 'sensio/distribution-bundle' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The single quotes are not necessary. |
||
|
||
Final Words | ||
----------- | ||
|
||
|
@@ -1408,3 +1417,4 @@ Learn More from the Cookbook | |
.. _`frameworkextrabundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html | ||
.. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories | ||
.. _`HWIOAuthBundle`: https://github.com/hwi/HWIOAuthBundle | ||
.. _`SensioDistributionBundle`: https://packagist.org/packages/sensio/distribution-bundle | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. imho this should refer to the bundle's GitHub repository There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should link to the bundle's docs instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would end this sentence with a colon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked Wouter's wording better: