backend: add synk ignores for scaffolder backend

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-07 10:41:42 +02:00
parent 9bce5d6929
commit 247e588df9
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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-ISOLATEDVM-3037320:
- '*':
reason: We do not pass any V8 cache data, and are therefore unaffected by this vulnerability
expires: 2033-07-02T16:55:57.077Z
created: 2023-07-02T16:55:57.077Z
patch: {}
+10
View File
@@ -0,0 +1,10 @@
# 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-ISOLATEDVM-3037320:
- '*':
reason: We do not pass any V8 cache data, and are therefore unaffected by this vulnerability
expires: 2033-07-02T16:55:57.077Z
created: 2023-07-02T16:55:57.077Z
patch: {}