From 1bf404ff6496c21e87b3bee977dd136cce749f65 Mon Sep 17 00:00:00 2001 From: nateweller Date: Fri, 4 Oct 2024 22:07:50 +0000 Subject: [PATCH] WAF: Allow rules to specify body parser type (#39516) * WAF: Add support for rules file to manually specify body parsing method * Add public $version property to Waf_Runtime Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11187483626 Upstream-Ref: Automattic/jetpack@d6d3ba79afe6278ab72ae7d37cf5df7d508b8419 --- composer.lock | 4 ++-- vendor/automattic/jetpack-sync/composer.json | 2 +- vendor/composer/installed.json | 4 ++-- vendor/composer/installed.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 8262515d..1d5a8617 100644 --- a/composer.lock +++ b/composer.lock @@ -1507,7 +1507,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "4b9284749ecdf35f100a2e1d68d4f96399d19e78" + "reference": "bf2d782c2644f896874d294bdfa6e4abf4279896" }, "require": { "automattic/jetpack-connection": "^5.1.2-alpha", @@ -1521,7 +1521,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.20.1", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, diff --git a/vendor/automattic/jetpack-sync/composer.json b/vendor/automattic/jetpack-sync/composer.json index 9d3c8ce9..6d6447f5 100644 --- a/vendor/automattic/jetpack-sync/composer.json +++ b/vendor/automattic/jetpack-sync/composer.json @@ -16,7 +16,7 @@ "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.20.1", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 639fae5d..4da3d91c 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1574,7 +1574,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "4b9284749ecdf35f100a2e1d68d4f96399d19e78" + "reference": "bf2d782c2644f896874d294bdfa6e4abf4279896" }, "require": { "automattic/jetpack-connection": "^5.1.2-alpha", @@ -1588,7 +1588,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.20.1", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 91118696..26fe5125 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -238,7 +238,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.13.2', 'version' => '3.13.2.0', - 'reference' => '4b9284749ecdf35f100a2e1d68d4f96399d19e78', + 'reference' => 'bf2d782c2644f896874d294bdfa6e4abf4279896', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(),