Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"squizlabs/php_codesniffer": "^3.11",
"wp-coding-standards/wpcs": "^3.1",
"lox/xhprof" : "dev-master",
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^8",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale security audit ignore

Medium Severity

config.audit.ignore still suppresses PKSA-z3gr-8qht-p93v (CVE-2026-24765) even though the lock now pins patched phpunit/phpunit 8.5.52. The ignore note itself said to revisit on upgrade, so composer audit can no longer warn if a vulnerable 8.x resolution returns later.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6f329f4. Configure here.

"yoast/phpunit-polyfills": "^2.0"
},
"config" : {
Expand Down
Loading