Skip to content

Commit 12d3a0e

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 7606fee commit 12d3a0e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

vulnerabilities/tests/test_data/parse-advisory-npm-expected.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[
22
{
33
"aliases": [
4-
[
5-
"CVE-2013-4116",
6-
"NPM-152"
7-
]
4+
"CVE-2013-4116",
5+
"NPM-152"
86
],
97
"summary": "Predictable temp filenames allow overwrite of arbitrary files\nnpm versions before 1.3.3 allows local users to overwrite arbitrary files via a symlink attack on temporary files with predictable names that are created when unpacking archives.",
108
"affected_packages": [

0 commit comments

Comments
 (0)