From 969dbaf7a7c5f67934551aff212192aed2a464ba Mon Sep 17 00:00:00 2001 From: Pyry Rouvila Date: Tue, 11 Jun 2024 15:30:23 +0300 Subject: [PATCH] chore: ignore braces vulnerability issue (#7127) Co-authored-by: Riku Rouvila --- .trivyignore.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.trivyignore.yaml b/.trivyignore.yaml index 5b5318f4dc..b9a54ee995 100644 --- a/.trivyignore.yaml +++ b/.trivyignore.yaml @@ -49,3 +49,5 @@ vulnerabilities: statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49 - id: CVE-2024-21634 statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49 + - id: CVE-2024-4068 + statement: Transitive dependency of lint-staged, jest and msw. Not running in production. Likely fixed by upgrading.