From e8bdccc00ca33102b27a14a4e522765aeee4ef48 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 2 Jul 2023 19:04:10 +0200 Subject: [PATCH] scaffolder-backend: add snyk ignore Signed-off-by: Patrik Oldsberg --- plugins/scaffolder-backend/.snyk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/scaffolder-backend/.snyk diff --git a/plugins/scaffolder-backend/.snyk b/plugins/scaffolder-backend/.snyk new file mode 100644 index 0000000000..ea5abd653d --- /dev/null +++ b/plugins/scaffolder-backend/.snyk @@ -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: {}