-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TECH-132: [alleyvate] Limit access to XML-RPC #50 #114
Conversation
@@ -21,7 +21,8 @@ | |||
"require": { | |||
"php": "^8.1", | |||
"alleyinteractive/composer-wordpress-autoloader": "^1.0", | |||
"alleyinteractive/wp-type-extensions": "^2.0" | |||
"alleyinteractive/wp-type-extensions": "^2.0", | |||
"symfony/http-foundation": "^v6.4.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest version compatible with mantle testkit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…-xml-rpc' into feature/TECH-132/limit-access-to-xml-rpc
…s; fix bug with cached value of Jetpack IPs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Just found a couple comments that need updating in the test file. 👍
Co-authored-by: Greg Marshall <[email protected]>
Co-authored-by: Greg Marshall <[email protected]>
Summary
[alleyvate] Limit access to XML-RPC from Jetpack IPs only #50 - TECH-132
Notes for reviewers
Please review the changes in the context of limiting access to XML-RPC as described in the GitHub Issue.
Before merging, see #115, which blocks this item.
IF THIS IS MERGED INTO A RELEASE WITHOUT #115, IT WILL TRIGGER A FATAL ERROR.
Other Information
README.md
file for any new/updated features.CHANGELOG.md
file for any new/updated features.Changelog entries
Added
Changed
Deprecated
Removed
Fixed
Security