From ffcf07dbef47c2c509239b8970267e06573d6fd1 Mon Sep 17 00:00:00 2001 From: William Durand Date: Mon, 27 May 2024 21:02:25 +0200 Subject: [PATCH] fix: update nsprc to ignore jose issue (https://github.com/advisories/GHSA-hhhv-q57g-882q) --- .nsprc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.nsprc b/.nsprc index b8138e029f..9a5b955459 100644 --- a/.nsprc +++ b/.nsprc @@ -4,6 +4,9 @@ "https://github.com/advisories/GHSA-p8p7-x288-28g6", // See: https://github.com/mozilla/web-ext/issues/2678 - "https://github.com/advisories/GHSA-72xf-g2v4-qvf3" + "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", + + // See: https://github.com/mozilla/web-ext/issues/2678 + "https://github.com/advisories/GHSA-hhhv-q57g-882q" ] }