Skip to content

Commit 387a3b1

Browse files
committed
feat: add slack notification guide
Signed-off-by: Nicolas Crocfer <[email protected]>
1 parent 2803249 commit 387a3b1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
73.7 KB
Loading
2.29 MB
Loading

docs/notifications.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,25 @@ Here is an example:
4141

4242
![OpenCVE Email Notification](images/opencve-email-notification.png){.center style="width:100%"}
4343

44+
### Slack
45+
46+
Slack notifications allow you to share CVE updates directly in your Slack channels, making it easy to keep your team informed about security vulnerabilities.
47+
48+
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/).
49+
50+
This will generate a webhook URL in the format:
51+
```
52+
https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
53+
```
54+
55+
Simply provide this URL in the notification configuration to start receiving CVE updates in your chosen Slack channel:
56+
57+
![OpenCVE Slack Notification](images/opencve-slack-notification-form.png){.center style="width:70%"}
58+
59+
Here is an example:
60+
61+
![OpenCVE Slack Notification](images/opencve-slack-notification.png){.center style="width:100%"}
62+
4463
### Webhook
4564

4665
Webhook notifications allow users to interface with their own information systems or tools, such as an ITSM service.

0 commit comments

Comments
 (0)