test-utils: ignore some vulnerabilities
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.22.1
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
SNYK-JS-ANSIREGEX-1583908:
|
||||
- '*':
|
||||
reason: Self-inflicted ReDos in tests is not an issue
|
||||
expires: 2022-03-06T17:18:55.019Z
|
||||
created: 2021-09-06T17:18:55.027Z
|
||||
|
||||
SNYK-JS-XMLDOM-1534562:
|
||||
- 'msw@0.29.0 > @mswjs/interceptors@0.10.0 > xmldom@0.6.0':
|
||||
reason: Self-inflicted XML injection attacks in tests is not an issue
|
||||
expires: 2022-03-06T17:18:55.019Z
|
||||
created: 2021-09-06T17:18:55.027Z
|
||||
|
||||
patch: {}
|
||||
Reference in New Issue
Block a user