File tree 2 files changed +34
-6
lines changed
deps/v8/tools/clusterfuzz/js_fuzzer
2 files changed +34
-6
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.19.0
3
+ ignore: {}
4
+ # patches apply the minimum changes required to fix a vulnerability
5
+ patch:
6
+ 'npm:debug:20170905':
7
+ - pkg > globby > fast-glob > micromatch > snapdragon > debug:
8
+ patched: '2021-03-16T06:09:27.718Z'
9
+ - pkg > globby > fast-glob > micromatch > braces > snapdragon > debug:
10
+ patched: '2021-03-16T06:09:27.718Z'
11
+ - pkg > globby > fast-glob > micromatch > extglob > snapdragon > debug:
12
+ patched: '2021-03-16T06:09:27.718Z'
13
+ - pkg > globby > fast-glob > micromatch > nanomatch > snapdragon > debug:
14
+ patched: '2021-03-16T06:09:27.718Z'
15
+ - pkg > globby > fast-glob > micromatch > extglob > expand-brackets > debug:
16
+ patched: '2021-03-16T06:09:27.718Z'
17
+ - pkg > globby > fast-glob > micromatch > extglob > expand-brackets > snapdragon > debug:
18
+ patched: '2021-03-16T06:09:27.718Z'
19
+ SNYK-JS-LODASH-567746:
20
+ - eslint > lodash:
21
+ patched: '2021-03-16T06:09:27.718Z'
22
+ - eslint > inquirer > lodash:
23
+ patched: '2021-03-16T06:09:27.718Z'
24
+ - eslint > table > lodash:
25
+ patched: '2021-03-16T06:09:27.718Z'
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " run.js" ,
6
6
"scripts" : {
7
- "test" : " APP_NAME=d8 mocha"
7
+ "test" : " APP_NAME=d8 mocha" ,
8
+ "snyk-protect" : " snyk protect" ,
9
+ "prepublish" : " npm run snyk-protect"
8
10
},
9
11
"bin" : " run.js" ,
10
12
11
13
"license" : " ISC" ,
12
14
"dependencies" : {
13
-
14
15
"tempfile" : " ^3.0.0" ,
15
- "tempy" : " ^0.7.1"
16
+ "tempy" : " ^0.7.1" ,
17
+ "snyk" : " ^1.489.0"
16
18
},
17
19
"devDependencies" : {
18
20
"eslint" : " ^6.8.0" ,
19
- "mocha" : " ^3.5 .3" ,
20
- "pkg" : " ^4.3.4 " ,
21
+ "mocha" : " ^6.2 .3" ,
22
+ "pkg" : " ^4.4.1 " ,
21
23
"prettier" : " 2.0.5" ,
22
24
"sinon" : " ^4.0.0"
23
25
},
24
26
"pkg" : {
25
27
"assets" : " resources/**/*"
26
- }
28
+ },
29
+ "snyk" : true
27
30
}
You can’t perform that action at this time.
0 commit comments