From 81726db8a948175b52e6501cec3fc53185a2a011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 21 Jun 2024 10:35:10 +0200 Subject: [PATCH] Put the CVE ignore at the right place --- .snyk | 8 ++++++++ geoportal/.snyk | 13 ------------- 2 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 geoportal/.snyk diff --git a/.snyk b/.snyk index 815d450166..82114e06b4 100644 --- a/.snyk +++ b/.snyk @@ -10,4 +10,12 @@ ignore: - '*': reason: Pipenv ignore setuptool created: 2023-10-09T10:12:42.955Z + SNYK-JS-NTHCHECK-1586032: + - '*': + reason: Finally requires new version of webpack + created: 2024-06-20T06:41:37.783Z + SNYK-JS-WS-7266574: + - '*': + reason: Requires a new version of Puppeteer that we didn't succeed to make it working + created: 2024-06-20T06:45:06.586Z patch: {} diff --git a/geoportal/.snyk b/geoportal/.snyk deleted file mode 100644 index 3ad5c936a9..0000000000 --- a/geoportal/.snyk +++ /dev/null @@ -1,13 +0,0 @@ -# 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-NTHCHECK-1586032: - - '*': - reason: Finally requires new version of webpack - created: 2024-06-20T06:41:37.783Z - SNYK-JS-WS-7266574: - - '*': - reason: Requires a new version of Puppeteer that we didn't succeed to make it working - created: 2024-06-20T06:45:06.586Z -patch: {}