mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
ignore CVE that breaks unit tests in Github actions
see: https://github.com/firebase/php-jwt/issues/620
This commit is contained in:
@@ -43,6 +43,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config" : {
|
"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",
|
"autoloader-suffix" : "DontChange",
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user