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:
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": "*"
}
],