mirror of https://gitlab.com/curben/blog
test(snyk): ignore set-value and mixin-deep
* https://snyk.io/vuln/SNYK-JS-SETVALUE-450213 * https://snyk.io/vuln/SNYK-JS-MIXINDEEP-450212 * Remove braces and marked
This commit is contained in:
parent
2b63f11742
commit
94d57346a6
15
.snyk
15
.snyk
|
@ -2,13 +2,6 @@
|
|||
version: v1.13.5
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
'npm:braces:20180219':
|
||||
- hexo > hexo-fs > chokidar > anymatch > micromatch > braces:
|
||||
reason: Patch/update unavailable
|
||||
expires: '2019-12-31T00:00:00.000Z'
|
||||
- hexo > hexo-cli > hexo-fs > chokidar > anymatch > micromatch > braces:
|
||||
reason: Patch/update unavailable
|
||||
expires: '2019-12-31T00:00:00.000Z'
|
||||
SNYK-JS-LODASHMERGE-173732:
|
||||
- hexo > cheerio > lodash.merge:
|
||||
reason: Patch/update unavailable
|
||||
|
@ -17,8 +10,12 @@ ignore:
|
|||
- hexo > cheerio > lodash.merge:
|
||||
reason: Patch/update unavailable
|
||||
expires: '2019-12-31T00:00:00.000Z'
|
||||
SNYK-JS-MARKED-174116:
|
||||
- hexo-renderer-marked > marked:
|
||||
SNYK-JS-SETVALUE-450213:
|
||||
- '*':
|
||||
reason: Patch/update unavailable
|
||||
expires: '2019-12-31T00:00:00.000Z'
|
||||
SNYK-JS-MIXINDEEP-450212:
|
||||
- '*':
|
||||
reason: Patch/update unavailable
|
||||
expires: '2019-12-31T00:00:00.000Z'
|
||||
patch: {}
|
||||
|
|
Loading…
Reference in New Issue