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

Notify user/admin when sensitive events occur #476

Open
5 tasks
iandunn opened this issue Oct 14, 2022 · 0 comments
Open
5 tasks

Notify user/admin when sensitive events occur #476

iandunn opened this issue Oct 14, 2022 · 0 comments

Comments

@iandunn
Copy link
Member

iandunn commented Oct 14, 2022

Most services w/ strong security standards will notify you when security-sensitive events happen. That (hopefully) makes you aware when an attacker has compromised something.

Here are some rough thoughts on events that should trigger a notification:

User only

Admin and User

Admin only

Should anything be added to those lists?

Email notifications are good because the user doesn't have to visit the site to be informed about the event. Email is also unreliable, though, so we could consider also adding notifications in wp-admin, like #510 and #482

We might want to do #459 first, since that is similar and could lay the ground work. Or maybe we need a generic PR that just fires actions when events occur, and separate PRs for specific responses to that (email, error_log). An add-on plugin could redirect notices to Stream, monolog, sentry.io, etc).

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

No branches or pull requests

2 participants