Home
last modified time | relevance | path

Searched refs:vulns (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-audit-report/lib/
Dutils.js44 function totalVulnCount (vulns) { argument
45 return Object.keys(vulns).reduce((accumulator, key) => {
46 const vulnCount = vulns[key]
53 function severities (vulns) { argument
54 return Object.keys(vulns).reduce((accumulator, severity) => {
55 const vulnCount = vulns[severity]
/third_party/node/deps/npm/lib/
Daudit.js294 const vulns = levels.reduce((count, level, i) => {
297 if (vulns > 0) process.exitCode = 1
/third_party/node/deps/npm/node_modules/npm-audit-report/
DCHANGELOG.md16 * **parseable:** add support for critical vulns and more resolves on update/install action ([#28](h…
/third_party/node/deps/cares/
DSECURITY.md11 site](https://c-ares.org/vulns.html).
/third_party/node/deps/npm/
DCHANGELOG.md794 [#223](https://github.com/npm/cli/pull/223) vulns → vulnerabilities in
1922 …Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are d…