From 1d3d2cd63d3f2701e25e5ea566b4ce62a7f3ef1f Mon Sep 17 00:00:00 2001 From: Le Roux Bodenstein Date: Thu, 9 Nov 2023 09:03:07 +0000 Subject: [PATCH] chore: ignore SNYK-JS-AXIOS-6032459 (#1730) --- .snyk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.snyk b/.snyk index e69de29bb..761c59a05 100644 --- a/.snyk +++ b/.snyk @@ -0,0 +1,10 @@ +# 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-AXIOS-6032459: + - '*': + reason: Not applicable to axios usage inside node-analytics package + expires: 2024-12-08T16:13:38.499Z + created: 2023-11-08T16:13:38.503Z +patch: {}