├── .github └── workflows │ └── ci.yml ├── README.md ├── SECURITY.md └── composer.json /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/WordPress-Security-Advisories/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/WordPress-Security-Advisories/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/WordPress-Security-Advisories/HEAD/SECURITY.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/WordPress-Security-Advisories/HEAD/composer.json --------------------------------------------------------------------------------