本地 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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?