File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed 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.14.1
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ SNYK-JS-LODASH-567746:
7
+ - alasql > lodash:
8
+ patched: '2020-05-01T04:03:38.506Z'
Original file line number Diff line number Diff line change 4
4
"description" : " sqllogictest of AlaSQL" ,
5
5
"main" : " sqllogic/run_raw.js" ,
6
6
"scripts" : {
7
- "test" : " node --expose-gc run.js > results/output.md"
7
+ "test" : " node --expose-gc run.js > results/output.md" ,
8
+ "snyk-protect" : " snyk protect" ,
9
+ "prepublish" : " npm run snyk-protect"
8
10
},
9
11
"repository" : {
10
12
"type" : " git" ,
29
31
"paralleljs" : " ^0.2.1" ,
30
32
"pegjs" : " ^0.10.0" ,
31
33
"sql.js" : " ^0.2.21" ,
32
- "yargs" : " ^3.31.0"
33
- }
34
+ "yargs" : " ^3.31.0" ,
35
+ "snyk" : " ^1.316.1"
36
+ },
37
+ "snyk" : true
34
38
}
You can’t perform that action at this time.
0 commit comments