Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-04-04 23:27:42 +0300
committerGitHub <noreply@github.com>2022-04-04 23:27:42 +0300
commitf37f7d23f6e9e33cbd6600670020b9c2f4754b05 (patch)
treeae9aa4a07548f9432183e1aab307959204d833d2 /tap-snapshots/test/lib
parentaaf86f61836c45b254794785f0a2e8f43dc38800 (diff)
chore: npm audit snapshot fix (#4677)
new metavuln-calculator fields
Diffstat (limited to 'tap-snapshots/test/lib')
-rw-r--r--tap-snapshots/test/lib/commands/audit.js.test.cjs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/commands/audit.js.test.cjs b/tap-snapshots/test/lib/commands/audit.js.test.cjs
index f8cee6112..d98c16f79 100644
--- a/tap-snapshots/test/lib/commands/audit.js.test.cjs
+++ b/tap-snapshots/test/lib/commands/audit.js.test.cjs
@@ -57,6 +57,12 @@ exports[`test/lib/commands/audit.js TAP json audit > must match snapshot 1`] = `
"title": "Test advisory 100",
"url": "https://github.com/advisories/GHSA-100",
"severity": "high",
+ "cwe": [
+ "cwe-0"
+ ],
+ "cvss": {
+ "score": 0
+ },
"range": "*"
}
],