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

Enhance WPWatcher with Additional Notification Methods #59

Open
thatvideoshopguy opened this issue Mar 24, 2023 · 3 comments
Open

Enhance WPWatcher with Additional Notification Methods #59

thatvideoshopguy opened this issue Mar 24, 2023 · 3 comments

Comments

@thatvideoshopguy
Copy link

Description

To increase the flexibility and adaptability of WPWatcher for various user preferences and requirements, it would be beneficial to extend the application with more notification methods beyond the existing email notifications. The proposed enhancements include the integration of Slack and custom webhooks as notification channels for vulnerability alerts.

Proposed Methods

  1. Slack: Enable users to configure WPWatcher to send alerts to a Slack channel using either incoming webhooks or the Slack API.
  2. Webhooks: Support user-defined webhooks for custom integrations with other services, applications, or incident management platforms.

By implementing a variety of notification methods, WPWatcher can better cater to user preferences, streamline vulnerability alert reception, and facilitate seamless integration with other tools and services.

@tristanlatr
Copy link
Owner

Great idea, maybe we can design an plugin system so we don't have to support everything inside wpwatcher itself.

@thatvideoshopguy
Copy link
Author

That makes sense, try keep it simple. How do you envision this plugin system?

Perhaps a more scaled version is if WPWatcher was in a separate organisation? Then have additional repos with small plugin for the different apps. Keep those plugins separate from the main repo, so we don't overcomplicate it.

@tristanlatr
Copy link
Owner

How do you envision this plugin system?

Maybe we can pass some dotted names in parameters, then import the function and call it by passing along the report collection instance. So an additional notification method would be only a function that receives a ReportCollection when all scans are over.

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

No branches or pull requests

2 participants