Skip to content

Commit d02de4c

Browse files
committed
fix: deps/v8/tools/clusterfuzz/js_fuzzer/package.json, deps/v8/tools/clusterfuzz/js_fuzzer/package-lock.json & deps/v8/tools/clusterfuzz/js_fuzzer/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent d9438cc commit d02de4c

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-LODASH-567746:
7+
- '@babel/traverse > lodash':
8+
patched: '2023-07-07T00:57:04.563Z'
9+
id: SNYK-JS-LODASH-567746
10+
path: '@babel/traverse > lodash'
11+
- '@babel/traverse > @babel/generator > lodash':
12+
patched: '2023-07-07T00:57:04.563Z'
13+
id: SNYK-JS-LODASH-567746
14+
path: '@babel/traverse > @babel/generator > lodash'
15+
- '@babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash':
16+
patched: '2023-07-07T00:57:04.563Z'
17+
id: SNYK-JS-LODASH-567746
18+
path: >-
19+
@babel/traverse > @babel/helper-split-export-declaration >
20+
@babel/types > lodash
21+
- '@babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash':
22+
patched: '2023-07-07T00:57:04.563Z'
23+
id: SNYK-JS-LODASH-567746
24+
path: >-
25+
@babel/traverse > @babel/helper-function-name >
26+
@babel/helper-get-function-arity > @babel/types > lodash

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

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "",
55
"main": "run.js",
66
"scripts": {
7-
"test": "APP_NAME=d8 mocha"
7+
"test": "APP_NAME=d8 mocha",
8+
"prepare": "npm run snyk-protect",
9+
"snyk-protect": "snyk-protect"
810
},
911
"bin": "run.js",
1012
"author": "[email protected]",
@@ -18,7 +20,8 @@
1820
"commander": "^2.11.0",
1921
"globals": "^10.1.0",
2022
"tempfile": "^3.0.0",
21-
"tempy": "^0.5.0"
23+
"tempy": "^0.5.0",
24+
"@snyk/protect": "latest"
2225
},
2326
"devDependencies": {
2427
"eslint": "^6.8.0",
@@ -29,5 +32,6 @@
2932
},
3033
"pkg": {
3134
"assets": "resources/**/*"
32-
}
35+
},
36+
"snyk": true
3337
}

0 commit comments

Comments
 (0)