Skip to content

Commit

Permalink
WAF: Allow rules to specify body parser type (#39516)
Browse files Browse the repository at this point in the history
* 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@d6d3ba7
  • Loading branch information
nateweller authored and matticbot committed Oct 4, 2024
1 parent 4285a89 commit 1bf404f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 1bf404f

Please sign in to comment.