File tree Expand file tree Collapse file tree
checking unauthorized route Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.13.3
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ SNYK-JS-AXIOS-174505:
7+ - axios:
8+ patched: '2019-05-06T00:42:06.368Z'
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "snyk-protect" : " snyk protect" ,
9+ "prepublish" : " npm run snyk-protect"
810 },
911 "author" : " " ,
1012 "license" : " ISC" ,
1113 "dependencies" : {
1214 "axios" : " ^0.18.0" ,
13- "express" : " ^4.16.3"
14- }
15+ "express" : " ^4.16.3" ,
16+ "snyk" : " ^1.161.1"
17+ },
18+ "snyk" : true
1519}
You can’t perform that action at this time.
0 commit comments