Commit 7878b20
committed
Require patched PHPUnit versions to fix CVE (unsafe deserialization in PHPT test runner)
Updates PHPUnit constraints to require versions with the fix for the unsafe deserialization vulnerability in the cleanupForCoverage() method:
- PHPUnit 8.5.52+ (was 8.5.x)
- PHPUnit 9.6.33+ (was 9.6.x)
Removes PHPUnit 7.x support as it is EOL and patch status unclear.
Vulnerability affects: <= 8.5.51, <= 9.6.32, <= 10.5.61, <= 11.5.49, <= 12.5.71 parent e8788a7 commit 7878b20
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