Skip to content
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

Add regex rule for failed XML-RPC auth #36

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

joaodath
Copy link

This pull request changes the filter files to include a regex rule for failed XMLRPC authentications. The current regex rules doesn't seem to match simple XMLRPC authentication failures, only multi-call failures.

On my system (Ubuntu 22.04), I could only trigger "XML-RPC authentication failure from " error log, not the "XML-RPC multicall authentication failure from " error log. My reasoning: if no "XML-RPC multicall" warning is being logged, then the regex rule would not apply. Please, let me know if I'm wrong and what is the mistake I'm making (so I can learn and improve!).

If I'm right, this new filter should be enough for the regex to apply. In this case, a mention on the changelog letting people know they need to update their filters would be nice.

PS. Congrats on this nice plugin!

@joaodath
Copy link
Author

joaodath commented Apr 30, 2024

Update: added the filter change to the changelog file, added .vscode to .gitignore and bumped plugin version to 0.9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant