Skip to content

Commit 4f151f4

Browse files
committed
Add originally affected packages to JSON as well.
Reviewed by @tolmasky.
1 parent 1222a36 commit 4f151f4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

exploited-packages.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
2+
"eslint-scope": {
3+
"version": "3.7.2",
4+
"file": "./lib/build.js"
5+
},
6+
"eslint-config-eslint": {
7+
"version": "5.0.2"
8+
},
29
"eslint-config-airbnb-standard": {
310
"version": "2.0.0",
4-
"file": "/node_modules/eslint-scope/lib/build.js",
11+
"file": "./node_modules/eslint-scope/lib/build.js",
512
"runkitLink": "https://npm.runkit.com/eslint-config-airbnb-standard/node_modules/eslint-scope/lib/build.js?t=1531400059206"
613
}
714
}

0 commit comments

Comments
 (0)