From 91d6a118ec52601d4db44498caad8fc714cc6a2d Mon Sep 17 00:00:00 2001 From: "maryia.radchuk" Date: Tue, 30 Jul 2024 17:28:56 +0200 Subject: [PATCH] chore(pie-monorepo): DSW-000 snyk policy file to add ignored vulnerabilities with the reasoning --- 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