Skip to content

Commit f37f7d2

Browse files
authored
chore: npm audit snapshot fix (#4677)
new metavuln-calculator fields
1 parent aaf86f6 commit f37f7d2

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

tap-snapshots/test/lib/commands/audit.js.test.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ exports[`test/lib/commands/audit.js TAP json audit > must match snapshot 1`] = `
5757
"title": "Test advisory 100",
5858
"url": "https://github.com/advisories/GHSA-100",
5959
"severity": "high",
60+
"cwe": [
61+
"cwe-0"
62+
],
63+
"cvss": {
64+
"score": 0
65+
},
6066
"range": "*"
6167
}
6268
],

0 commit comments

Comments
 (0)