ignore CVE that breaks unit tests in Github actions

see: https://github.com/firebase/php-jwt/issues/620
This commit is contained in:
El RIDO 2026-02-18 18:59:27 +01:00
commit 7ed7cdd0e8
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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",