You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony 2.6 will include a new security:check command to check your dependencies for the known security vulnerabilities: sensiolabs/SensioDistributionBundle#149
Should we include a reference of this command where appropriate in the Book or Cookbook? Should we include it just in the bundle's documentation?
The text was updated successfully, but these errors were encountered:
If I remember correctly, we have some places where we describe a change in the behaviour due to security fixes (at least the maximum number of iterations in the password encoder). I think it makes sense to link to the security checker and introduce the security:check command there too.
This PR was merged into the 2.3 branch.
Discussion
----------
Documented the security:check command
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | yes
| Applies to | all
| Fixed tickets | #4051
Commits
-------
897dc70 Added a lot of changes suggested by reviewers
fdfb1a0 Added a note about the SensioDistributionBundle necessary for security:check
3c9a962 Added a note about the security:check command
e552369 Added a missing link reference
0e7d0cd Added a note about the security advisories database
36d3f2b This command is available sin Symfony 2.5
7f3fb71 Documented the security:check command
Symfony 2.6 will include a new
security:check
command to check your dependencies for the known security vulnerabilities: sensiolabs/SensioDistributionBundle#149Should we include a reference of this command where appropriate in the Book or Cookbook? Should we include it just in the bundle's documentation?
The text was updated successfully, but these errors were encountered: