소스 검색

ignore CVE that breaks unit tests in Github actions

see: https://github.com/firebase/php-jwt/issues/620
El RIDO 5 달 전
부모
커밋
7ed7cdd0e8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      composer.json

+ 5 - 0
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",