You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Slack: Enable users to configure WPWatcher to send alerts to a Slack channel using either incoming webhooks or the Slack API.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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
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.
The text was updated successfully, but these errors were encountered: