From e99cdce9f47d99844b71244d5d4386bf26d5e99f Mon Sep 17 00:00:00 2001 From: Mariya Radchuk Date: Wed, 28 Aug 2024 11:37:29 +0200 Subject: [PATCH] chore(pie-monorepo): DSW-000 snyk policy file (#1644) chore(pie-monorepo): DSW-000 snyk policy file to add ignored vulnerabilities with the reasoning Co-authored-by: Xander Marjoram --- packages/.snyk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/.snyk diff --git a/packages/.snyk b/packages/.snyk new file mode 100644 index 0000000000..28b17acaab --- /dev/null +++ b/packages/.snyk @@ -0,0 +1,16 @@ + # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities +version: v1.25.0 +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + SNYK-JS-IP-7148531: + - '*': + reason: >- + It is related to snyk not understanding 0.0.0-use.local package versions. + expires: 2025-07-31T00:00:00.000Z + created: 2024-07-31T12:55:40.141Z + SNYK-JS-WS-7266574: + - '*': + reason: >- + It is related to snyk not understanding 0.0.0-use.local package versions. + expires: 2025-07-31T00:00:00.000Z + created: 2024-07-31T12:55:40.141Z