Skip to content

Commit 41c8cf5

Browse files
committed
Fix CVE-2025-45769 and unblock CI
- Bump firebase/php-jwt from ^6.0 to ^7.0 to address CVE-2025-45769 (GHSA-2x45-7fc3-mxwq, CWE-326 inadequate encryption strength). v6.x accepts arbitrarily short HMAC keys; v7.0 enforces minimum key length and rejects weak secrets. - Bump doctrine/instantiator from 1.4.0 to ^1.5.0 to resolve a pre-existing dev dependency conflict that caused the prefer-lowest CI job to fail at dependency resolution before any tests could run. Closes #48. Co-authored-by: atymic <atymic@users.noreply.github.com>
1 parent d7a606c commit 41c8cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.0",
1313
"symfony/yaml": "^5.0 || ^6.0",
14-
"doctrine/instantiator": "1.4.0",
14+
"doctrine/instantiator": "^1.5.0",
1515
"overtrue/phplint": "^4.0 || ^5.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)