Commit 4e433a8
committed
Fix PHPUnit vulnerability: unsafe deserialization in PHPT test runner
Security alert for CVE affecting PHPUnit cleanupForCoverage() method.
Vulnerable versions: <= 8.5.51, <= 9.6.32, <= 10.5.61, <= 11.5.49, <= 12.5.7
Required dropping PHP 7.1 support (EOL since Dec 2019) to use patched PHPUnit versions.
Changes:
- Minimum PHP version: 7.2+ (was 7.1+)
- PHPUnit: 8.5.52+ or 9.6.33+ (was 7.5, 8.5.x, or 9.6.x)
- Removed PHP 7.1 from CI matrix1 parent e8788a7 commit 4e433a8
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