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