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

[Fix] Watchdog: escape subject and body for webhooks #5773

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

mrclschstr
Copy link

Proposal for escaping subject and body for webhooks, which fixes #5760. I tried to use a generic approach as mentioned here:

As Ben Blank said, there are only three characters that need to be escaped in the replacement string (escapes themselves, forward slash for end of statement and & for replace all)

IP ban notifications using Pushover are now working for me:

grafik

@DerLinkman DerLinkman added this to the 2024-03 milestone Mar 19, 2024
@milkmaker
Copy link
Collaborator

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@milkmaker milkmaker added the stale Please update the issue with current status, unclear if it's still open/needed. label May 19, 2024
@mrclschstr
Copy link
Author

Bump, still relevant

@milkmaker milkmaker removed the stale Please update the issue with current status, unclear if it's still open/needed. label May 19, 2024
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.

None yet

3 participants