From db8564579c5d98c064853e11a518693a67a27b69 Mon Sep 17 00:00:00 2001 From: Najoud Date: Wed, 23 Oct 2024 21:23:27 +0300 Subject: [PATCH] installing snyk and adding .snyk ignore file --- .snyk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000000..c39c3c6960 --- /dev/null +++ b/.snyk @@ -0,0 +1,13 @@ +version: v1.1293.1 + +ignore: + SNYK-JS-BOOTBOX-174704: # Bootbox XSS + - '*': + reason: "No upgrade available." + expires: '2025-12-31T00:00:00Z' + + SNYK-JS-ELLIPTIC-8187303: # Elliptic signature issue + - '*': + reason: "No upgrade available and not critical to our security." + expires: '2025-12-31T00:00:00Z' +