Commit 47453ed
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 47453ed
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments