Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

VR Remediation Target Rule | Frequency of the notification

Med99
Tera Contributor
 

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! 

 
 
 

 

VRRRTT.png

1 REPLY 1

pavani_paluri
Tera Guru

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.

 

Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Pavani P