From d36c79d64d455839a583db5c59e0877677e15525 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 28 Jul 2026 10:32:19 -0700 Subject: [PATCH] Build/Test Tools: Add a scoped Composer exception for the WPCS security advisory to unblock CI on the 6.9 branch. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ab5bfb8d72550..d24a6a2ec0f14 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "yoast/phpunit-polyfills": "^1.1.0" }, "config": { + "audit": { "ignore": [ "GHSA-3pwp-g2mj-5p3v" ] }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true },