Skip to content

Commit 25fa1d4

Browse files
authored
Merge pull request #20 from ryan-ally/snyk-fix-431885f64ffe6e39ffcbd43dc77aba32
[Snyk] Fix for 8 vulnerabilities
2 parents 245305c + 9e7a3f5 commit 25fa1d4

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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'

deps/v8/tools/clusterfuzz/js_fuzzer/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,27 @@
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",
1012
"author": "[email protected]",
1113
"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
}

0 commit comments

Comments
 (0)