Skip to content

Commit eb11001

Browse files
AaronAtDuoclaude
andauthored
Update phpunit to 9.6.34 to fix CVE-2024-5963 (#82)
Addresses unsafe deserialization vulnerability in PHPT code coverage handling (GHSA-x3fh-mp37-85vr). Bumps minimum constraint to ^9.6.33 to prevent installing vulnerable versions. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2583455 commit eb11001

2 files changed

Lines changed: 194 additions & 129 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"duosecurity/duo_universal_php": ">=1.1.1"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.0",
18+
"phpunit/phpunit": "^9.6.33",
1919
"squizlabs/php_codesniffer": "3.*",
2020
"wp-coding-standards/wpcs": "^3.0",
2121
"10up/wp_mock": "^1.0",

0 commit comments

Comments
 (0)