From 7ed7cdd0e84c98fc6ec62150395cb9c417a3708d Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 18 Feb 2026 18:59:27 +0100 Subject: [PATCH] ignore CVE that breaks unit tests in Github actions see: https://github.com/firebase/php-jwt/issues/620 --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index fa1bdb98..92a0b996 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,11 @@ } }, "config" : { + "audit": { + "ignore": { + "CVE-2025-45769": "disputed on the basis that key lengths are expected to be set by an application, not by this library" + } + }, "autoloader-suffix" : "DontChange", "optimize-autoloader": true, "preferred-install": "dist",