本地 PHP 安全检查器

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

Github星跟踪图

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.

主要指标

概览
名称与所有者fabpot/local-php-security-checker
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证GNU Affero General Public License v3.0
所有者活动
创建于2021-01-15 07:02:07
推送于2024-08-02 14:20:08
最后一次提交
发布数15
最新版本名称v2.1.3 (发布于 2024-05-09 13:54:27)
第一版名称v1.0.0 (发布于 2021-01-15 08:03:04)
用户参与
星数1.2k
关注者数29
派生数76
提交数86
已启用问题?
问题数35
打开的问题数0
拉请求数29
打开的拉请求数0
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?