VR Remediation Target Rule | Frequency of the notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
In Vulnerability Response, I set a remediation target of 7 days for Critical vulnerabilities.
I want the user to receive a notification every day from day 1 until the deadline (or until it’s resolved).
I don’t see any option to configure this in Remediation Target Rules. How can I achieve this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
43m ago
Hi @Med99 ,
Remediation Target Rules let you define deadlines (e.g., 7 days for Critical) and send reminders before the deadline.
They do not support recurring daily notifications out‑of‑the‑box.
They are more like SLAs for vulnerabilities — one target, one reminder, not continuous alerts.
How to Achieve Daily Notifications
1. Create a Scheduled Job or Flow Designer logic:
Run once per day.
Query all open Vulnerable Items (VIs) with Critical severity.
Check if they are still unresolved and within the 7‑day remediation window.
2. Send Notifications:
Trigger a notification to the assigned user or group.
Include details like vulnerability ID, remediation deadline, and days remaining.
3. Stop Notifications When Resolved:
Add a condition so the job/flow skips vulnerabilities once they are closed or remediated.
