diff --git a/docs/images/opencve-slack-notification-form.png b/docs/images/opencve-slack-notification-form.png new file mode 100644 index 0000000..87d5d6d Binary files /dev/null and b/docs/images/opencve-slack-notification-form.png differ diff --git a/docs/images/opencve-slack-notification.png b/docs/images/opencve-slack-notification.png new file mode 100644 index 0000000..da8119c Binary files /dev/null and b/docs/images/opencve-slack-notification.png differ diff --git a/docs/notifications.md b/docs/notifications.md index 344c1e0..5349432 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -41,6 +41,25 @@ Here is an example: ![OpenCVE Email Notification](images/opencve-email-notification.png){.center style="width:100%"} +### Slack + +Slack notifications allow you to share CVE updates directly in your Slack channels, making it easy to keep your team informed about security vulnerabilities. + +To configure Slack notifications, you need to create an incoming webhook in your Slack workspace by following the [official documentation](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/). + +This will generate a webhook URL in the format: +``` +https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX +``` + +Simply provide this URL in the notification configuration to start receiving CVE updates in your chosen Slack channel: + +![OpenCVE Slack Notification](images/opencve-slack-notification-form.png){.center style="width:70%"} + +Here is an example: + +![OpenCVE Slack Notification](images/opencve-slack-notification.png){.center style="width:100%"} + ### Webhook Webhook notifications allow users to interface with their own information systems or tools, such as an ITSM service.