The Local PHP Security Checker CLI tool
100K+
The Local PHP Security Checker is a command line tool that checks if your PHP application depends on PHP packages with known security vulnerabilities. It uses the Security Advisories Database behind the scenes.
This checker can only detect vulnerabilities that are referenced in the security advisories database.
Execute this command regularly to check the newly discovered vulnerabilities.
Usage:
cd /path/to/your/php/project/
docker run --rm -v `pwd`:/opt/php/ oxcom/php-security-checker:debian --
GitLab CI
test:docker:
services:
# Run docker in docker with MTU 1450 (hack for open stack)
- name: docker:dind
command: [ "--mtu=1450" ]
image: docker:latest
script:
- docker run --rm -v `pwd`:/opt/php oxcom/php-security-checker:debian --
Content type
Image
Digest
sha256:eec72e6dd…
Size
40.8 MB
Last updated
over 2 years ago
docker pull oxcom/php-security-checker:debian-v2.1.3