文件名称:lighthouse-security:运行默认的Google Lighthouse测试以及其他安全测试
文件大小:121KB
文件格式:ZIP
更新时间:2024-02-19 23:27:14
cli security reporting audit developer-tools
安全 运行默认的Google Lighthouse测试以及其他安全测试。 安装 npm install -g lighthouse-security 从CLI运行 从CLI运行命令,如下所示。 这些选项与。 lighthouse-security < url> [options] 要仅运行安全审核,请使用--security标志: lighthouse-security < url> --security [options] 在代码中使用 该扩展名也可以在您的代码中使用。 下面是一个简短的示例。 要呈现报告等,建议从Lighthouse导入功能。 const runLighthouse = require ( 'lighthouse-security' ) runLighthouse ( url , flags ) . then ( results => console . log ( results ) ) 或者,您可以仅导入lighthouse-security配置,并在自己的运行器中使用它: const lighthouse = require ( 'lig
【文件预览】:
lighthouse-security-master
----.travis.yml(465B)
----config.js(3KB)
----bin()
--------index.js(448B)
----index.js(581B)
----docs()
--------metrics.png(25KB)
--------audits.png(36KB)
----package.json(1KB)
----test()
--------audits()
--------lib()
--------gather()
----LICENSE(11KB)
----package-lock.json(171KB)
----CONTRIBUTING.md(2KB)
----.eslintrc.js(1KB)
----.gitignore(81B)
----audits()
--------xss-protection-header.js(849B)
--------generator-meta.js(1KB)
--------cookie-httponly.js(915B)
--------x-frame-options-header.js(2KB)
--------cookie-samesite.js(1KB)
--------cookie-secure.js(912B)
--------strict-transport-security.js(2KB)
--------manual-ssl-grade.js(706B)
--------csp.js(1KB)
--------x-generator-header.js(1KB)
--------server-header.js(977B)
--------manual-audit.js(306B)
----lib()
--------parse-header.js(487B)
----README.md(3KB)
----.eslintignore(462B)
----gather()
--------gatherers()
----.editorconfig(146B)