Merge pull request #19246 from backstage/rugvip/ignore

backend: add synk ignores for scaffolder backend
This commit is contained in:
Patrik Oldsberg
2023-08-07 15:54:37 +02:00
committed by GitHub
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: {}