-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from hedgepigdaniel/fix-snyk
Ignore vulnerabilities detected by skyk that exist in development only
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.12.0 | ||
ignore: {} | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
'npm:chownr:20180731': | ||
- cacache > chownr: | ||
reason: 'Introduced via semantic-release, not relevant in production' | ||
- npm-profile > make-fetch-happen > cacache > chownr: | ||
reason: 'Introduced via semantic-release, not relevant in production' | ||
- libcipm > pacote > cacache > chownr: | ||
reason: 'Introduced via semantic-release, not relevant for production' | ||
- libcipm > pacote > tar > chownr: | ||
reason: 'Introduced via semantic-release, not relevant for production' | ||
- npm-registry-fetch > make-fetch-happen > cacache > chownr: | ||
reason: 'Introduced via semantic-release, not relevant for production' | ||
- libcipm > pacote > make-fetch-happen > cacache > chownr: | ||
reason: 'Introduced via semantic-release, not relevant for production' | ||
- libnpmhook > npm-registry-fetch > make-fetch-happen > cacache > chownr: | ||
reason: 'Introduced via semantic-release, not relevant for production' | ||
'npm:mem:20180117': | ||
- libnpx > yargs > os-locale > mem: | ||
reason: 'Introduced via semantic-release, not relevant for production' | ||
patch: {} |