本地 PHP 安全检查器

PHP 安全漏洞检查器。「PHP security vulnerabilities checker」

Github stars Tracking Chart

Local PHP Security Checker

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.

Download a binary from the Releases page on Github, rename it to
local-php-security-checker and make it executable.

From a directory containing a PHP project that uses Composer, check for known
vulnerabilities by running the binary without arguments or flags:

$ local-php-security-checker

You can also pass a --path to check a specific directory:

$ local-php-security-checker --path=/path/to/php/project
$ local-php-security-checker --path=/path/to/php/project/composer.lock

By default, the output is optimized for terminals, change it via the --format
flag (supported formats: ansi, markdown, json, and yaml):

$ local-php-security-checker --format=json

When running the command, it checks for an updated vulnerability database and
downloads it from Github if it changed since the last run. If you want to avoid
the HTTP round-trip, use --local. To force a database update without checking
for a project, use --update-cache.

Main metrics

Overview
Name With Ownerfabpot/local-php-security-checker
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:GNU Affero General Public License v3.0
所有者活动
Created At2021-01-15 07:02:07
Pushed At2024-08-02 14:20:08
Last Commit At
Release Count15
Last Release Namev2.1.3 (Posted on 2024-05-09 13:54:27)
First Release Namev1.0.0 (Posted on 2021-01-15 08:03:04)
用户参与
Stargazers Count1.2k
Watchers Count29
Fork Count77
Commits Count86
Has Issues Enabled
Issues Count35
Issue Open Count0
Pull Requests Count29
Pull Requests Open Count0
Pull Requests Close Count8
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private