File tree Expand file tree Collapse file tree 2 files changed +34
-6
lines changed
deps/v8/tools/clusterfuzz/js_fuzzer Expand file tree Collapse file tree 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 44 "description" : " " ,
55 "main" : " run.js" ,
66 "scripts" : {
7- "test" : " APP_NAME=d8 mocha"
7+ "test" : " APP_NAME=d8 mocha" ,
8+ "snyk-protect" : " snyk protect" ,
9+ "prepublish" : " npm run snyk-protect"
810 },
911 "bin" : " run.js" ,
10121113 "license" : " ISC" ,
1214 "dependencies" : {
13-
1415 "tempfile" : " ^3.0.0" ,
15- "tempy" : " ^0.7.1"
16+ "tempy" : " ^0.7.1" ,
17+ "snyk" : " ^1.489.0"
1618 },
1719 "devDependencies" : {
1820 "eslint" : " ^6.8.0" ,
19- "mocha" : " ^3.5 .3" ,
20- "pkg" : " ^4.3.4 " ,
21+ "mocha" : " ^6.2 .3" ,
22+ "pkg" : " ^4.4.1 " ,
2123 "prettier" : " 2.0.5" ,
2224 "sinon" : " ^4.0.0"
2325 },
2426 "pkg" : {
2527 "assets" : " resources/**/*"
26- }
28+ },
29+ "snyk" : true
2730}
You can’t perform that action at this time.
0 commit comments