Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
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
12 changes: 12 additions & 0 deletions tools/eslint/.snyk
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- lodash:
patched: '2019-07-04T01:35:17.616Z'
- inquirer > lodash:
patched: '2019-07-04T01:35:17.616Z'
- table > lodash:
patched: '2019-07-04T01:35:17.616Z'
10 changes: 7 additions & 3 deletions tools/eslint/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,7 +88,8 @@
"strip-json-comments": "~1.0.1",
"table": "^3.7.8",
"text-table": "~0.2.0",
"user-home": "^2.0.0"
"user-home": "^2.0.0",
"snyk": "^1.189.0"
},
"description": "An AST-based pattern checker for JavaScript.",
"devDependencies": {
Expand DownExpand Up@@ -191,7 +192,10 @@
"perf": "node Makefile.js perf",
"profile": "beefy tests/bench/bench.js --open -- -t brfs -t ./tests/bench/xform-rules.js -r espree",
"release": "node Makefile.js release",
"test": "node Makefile.js test"
"test": "node Makefile.js test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"version": "3.8.0"
"version": "3.8.0",
"snyk": true
}