Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions deps/v8/tools/clusterfuzz/js_fuzzer/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- '@babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/types > lodash'
- '@babel/generator > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/generator > lodash'
- '@babel/traverse > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/traverse > lodash'
- '@babel/generator > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/generator > @babel/types > lodash'
- '@babel/template > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/template > @babel/types > lodash'
- '@babel/traverse > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/traverse > @babel/types > lodash'
- '@babel/traverse > @babel/generator > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/traverse > @babel/generator > lodash'
- '@babel/traverse > @babel/generator > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/traverse > @babel/generator > @babel/types > lodash'
- '@babel/traverse > @babel/helper-function-name > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: '@babel/traverse > @babel/helper-function-name > @babel/types > lodash'
- '@babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: >-
@babel/traverse > @babel/helper-split-export-declaration >
@babel/types > lodash
- '@babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: >-
@babel/traverse > @babel/helper-function-name > @babel/template >
@babel/types > lodash
- '@babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash':
patched: '2023-12-01T01:44:05.079Z'
id: SNYK-JS-LODASH-567746
path: >-
@babel/traverse > @babel/helper-function-name >
@babel/helper-get-function-arity > @babel/types > lodash
10 changes: 7 additions & 3 deletions deps/v8/tools/clusterfuzz/js_fuzzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "",
"main": "run.js",
"scripts": {
"test": "APP_NAME=d8 mocha"
"test": "APP_NAME=d8 mocha",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"bin": "run.js",
"author": "[email protected]",
Expand All @@ -18,7 +20,8 @@
"commander": "^2.11.0",
"globals": "^10.1.0",
"tempfile": "^3.0.0",
"tempy": "^0.5.0"
"tempy": "^0.5.0",
"@snyk/protect": "latest"
},
"devDependencies": {
"eslint": "^6.8.0",
Expand All @@ -29,5 +32,6 @@
},
"pkg": {
"assets": "resources/**/*"
}
},
"snyk": true
}