Monitor Vulnerabilities and Security Advisories
masterProtect your application from known vulnerabilities in dependencies and the PHP ecosystem using these resources:
- security-checker: A PHP frontend for security.symfony.com. Can be run via Docker.
- Symfony Security Monitoring: Monitors PHP security vulnerabilities.
- roave/security-advisories: A Composer dependency that prevents the installation of known vulnerable packages during
composer update. - Security Advisories: A database of PHP security advisories (FriendsOfPHP).
- php-malware-detector: A tool to detect malware within PHP environments.
- Snyk Open Source: A package manager scanner for managing dependency security.
docker pull guardrails/security-checker