Skip to content

WordPress Security Advisories. Add this package to prevent vulnerable WordPress packages from being installed.

Notifications You must be signed in to change notification settings

LeTraceurSnork/WordPress-Security-Advisories

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Security Advisories

Disclaimer

This package MAY and most likely WILL be abandoned as long as original phpwatch/wordpress-security-advisories will become up-to-date and begins to be supported by its original developer (@Ayesh) again

Description

Inspired Roave/SecurityAdvisories, this package aims to provide rudimentary protection against installing known WordPress core packages, plugins, and themes.

This is a metapackage, which means it does not add any functional code to your application. This file is purely a JSON file that contains a list of package conflicts, which instructs composer to block installation of known vulnerable packages.

To make use of this, add this package to your composer setup:

composer require --dev letraceursnork/wordpress-security-advisories:dev-master

After adding this package, if you try to require a package with a known vulnerability, it will be blocked.

Adding new packages

Please send a PR. Please see the rules for the WordPress core package when writing your own conflict rules. Packages need to be in alphabetical order. The first two lines are reserved for WordPress core, followed by plugins, and themes at the end. An intentional new line is used to separate core, plugins, and themes.

I intend to keep this list for packages hosted in wordpress.org (thus, available at wpackagist). For commercial plugins and themes hosted elsewhere, I suggest you offer your own update endpoints.

Coordinated security releases

If you would like to release a security vulnerability for your plugin, and would like to coordinate an update to the list, please do not create a PR/issue. Instead, please contact me with details mentioned in SECURITY.md file.

Credits

This package is maintained by @LeTraceurSnork, for PHP.Watch.