Commit 7b577b8
committed
Require patched PHPUnit versions to fix CVE (unsafe deserialization in PHPT test runner)
Updates PHPUnit constraints to require patched versions while maintaining PHP 7.1 support:
- PHPUnit 7.5+ (for PHP 7.1 compatibility; not mentioned in CVE, likely unaffected or EOL)
- PHPUnit 8.5.52+ (was 8.5.x; requires PHP 7.2+)
- PHPUnit 9.6.33+ (was 9.6.x; requires PHP 7.3+)
Vulnerability affects: <= 8.5.51, <= 9.6.32, <= 10.5.61, <= 11.5.49, <= 12.5.71 parent e8788a7 commit 7b577b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments