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 eacea9a commit 2c1dbc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jetpack_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 @@ -1820,7 +1820,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "adf0ae468a736e20622a7958fe056f2cb24d80fb"
"reference": "ae54ad42d5348ac61ecb6c20f704535aa6d66e33"
},
"require": {
"automattic/jetpack-connection": "^5.1.2-alpha",
Expand All @@ -1834,7 +1834,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 @@ -265,7 +265,7 @@
'automattic/jetpack-sync' => array(
'pretty_version' => '3.13.2',
'version' => '3.13.2.0',
'reference' => 'adf0ae468a736e20622a7958fe056f2cb24d80fb',
'reference' => 'ae54ad42d5348ac61ecb6c20f704535aa6d66e33',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
'aliases' => array(),
Expand Down

0 comments on commit 2c1dbc9

Please sign in to comment.