Skip to content

Commit

Permalink
WAF: Handle undefined entrypoint constant (#39812)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller authored and matticbot committed Oct 17, 2024
1 parent 2858eda commit c96c16b
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.22.0",
"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 @@ -1815,7 +1815,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
"reference": "92ce404fe7d901dba94e1030779cf21b71244b1f"
"reference": "a280bfbf772d6e07ae74be92798c65d191b7f9c8"
},
"require": {
"automattic/jetpack-connection": "^5.1.3",
Expand All @@ -1829,7 +1829,7 @@
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.22.0",
"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.14.2',
'version' => '3.14.2.0',
'reference' => '92ce404fe7d901dba94e1030779cf21b71244b1f',
'reference' => 'a280bfbf772d6e07ae74be92798c65d191b7f9c8',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
'aliases' => array(),
Expand Down

0 comments on commit c96c16b

Please sign in to comment.