From 1adffe70bd526c1da38b62f3240b6afdaaea01ec Mon Sep 17 00:00:00 2001 From: "Lazar, Georgia" <48566702+georgimld@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:34:15 +0200 Subject: [PATCH] security: ignore cve-2024-47764 until 31.10.2024 --- app/.nsprc | 5 +++++ strapi/.nsprc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/app/.nsprc b/app/.nsprc index c0114972..4c6af511 100644 --- a/app/.nsprc +++ b/app/.nsprc @@ -8,5 +8,10 @@ "active": true, "notes": "Ignored since multiple libraries use an old version of webpack", "expiry": "2024-10-31" + }, + "1099846": { + "active": true, + "notes": "Ignored since nextauth use an old version of cookie", + "expiry": "2024-10-31" } } diff --git a/strapi/.nsprc b/strapi/.nsprc index b6f93c6d..d578c34a 100644 --- a/strapi/.nsprc +++ b/strapi/.nsprc @@ -53,5 +53,10 @@ "active": true, "notes": "Ignored since the strapi admin panel uses an old version of vite which requires this rollup version", "expiry": "2024-10-31" + }, + "1099846": { + "active": true, + "notes": "Ignored since strapi uses an old version of cookie", + "expiry": "2024-10-31" } }