Skip to content

Commit

Permalink
Merge pull request #20 from ryan-ally/snyk-fix-431885f64ffe6e39ffcbd4…
Browse files Browse the repository at this point in the history
…3dc77aba32

[Snyk] Fix for 8 vulnerabilities
  • Loading branch information
ryan-ally authored Sep 20, 2021
2 parents 245305c + 9e7a3f5 commit 25fa1d4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
25 changes: 25 additions & 0 deletions deps/v8/tools/clusterfuzz/js_fuzzer/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.19.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- pkg > globby > fast-glob > micromatch > snapdragon > debug:
patched: '2021-03-16T06:09:27.718Z'
- pkg > globby > fast-glob > micromatch > braces > snapdragon > debug:
patched: '2021-03-16T06:09:27.718Z'
- pkg > globby > fast-glob > micromatch > extglob > snapdragon > debug:
patched: '2021-03-16T06:09:27.718Z'
- pkg > globby > fast-glob > micromatch > nanomatch > snapdragon > debug:
patched: '2021-03-16T06:09:27.718Z'
- pkg > globby > fast-glob > micromatch > extglob > expand-brackets > debug:
patched: '2021-03-16T06:09:27.718Z'
- pkg > globby > fast-glob > micromatch > extglob > expand-brackets > snapdragon > debug:
patched: '2021-03-16T06:09:27.718Z'
SNYK-JS-LODASH-567746:
- eslint > lodash:
patched: '2021-03-16T06:09:27.718Z'
- eslint > inquirer > lodash:
patched: '2021-03-16T06:09:27.718Z'
- eslint > table > lodash:
patched: '2021-03-16T06:09:27.718Z'
15 changes: 9 additions & 6 deletions deps/v8/tools/clusterfuzz/js_fuzzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,27 @@
"description": "",
"main": "run.js",
"scripts": {
"test": "APP_NAME=d8 mocha"
"test": "APP_NAME=d8 mocha",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"bin": "run.js",
"author": "ochang@google.com",
"license": "ISC",
"dependencies": {

"tempfile": "^3.0.0",
"tempy": "^0.7.1"
"tempy": "^0.7.1",
"snyk": "^1.489.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^3.5.3",
"pkg": "^4.3.4",
"mocha": "^6.2.3",
"pkg": "^4.4.1",
"prettier": "2.0.5",
"sinon": "^4.0.0"
},
"pkg": {
"assets": "resources/**/*"
}
},
"snyk": true
}

0 comments on commit 25fa1d4

Please sign in to comment.