Skip to content

stof/SecurityAdvisories

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roave Security Advisories

This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.

Installation

~$ composer require roave/security-advisories:dev-master@DEV

Usage

This package does not provide any API or usable classes: its only purpose is to prevent installation of software with known and documented security issues. Simply add "roave/security-advisories": "dev-master@DEV" to your composer.json "require" section and you will not be able to harm yourself with software with known security vulnerabilities.

For example, try following:

~$ composer require roave/security-advisories:dev-master@DEV
~$ # following commands will fail:
~$ composer require symfony/symfony:2.5.2
~$ composer require zendframework/zendframework:2.3.1 

Stability

This package can only be required in its dev-master@DEV version: there will never be stable/tagged versions because of the nature of the problem being targeted. Security issues are in fact a moving target, and locking your project to a specific tagged version of the package would not make any sense.

This package is therefore only suited for installation in the root of your deployable project.

Sources

This package extracts information about existing security issues in various composer projects from the FriendsOfPHP/security-advisories repository.

About

Security advisories re-distributed by Roave

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%