- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 03:36 PM
Hi,
I am looking to change the notification to be sent 14 days before expiry, but I cant find the field where I can make this change. Does anyone know where to make that change? I think by default it is 7 days.
Notification Name: Exception on VG is expiring
Solved! Go to Solution.
- Labels:
-
Vulnerability Response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2022 03:16 AM
Hello Malwinder,
There is a scheduled job "Check Vulnerable Item and Groups Deferment Expiration" which trigger the event 'sn_vul.vg_exception_expiring' which further trigger the notification "Exception on VG is expiring".
Below is a screenshot of scheduled job, Line #49 call the method ('sendWillExpireNotification') and trigger the event inside method.
Try changing the Line#5 and Line #7, Encodedquery condition nd mention the days as 14 instead of 7.
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2022 03:16 AM
Hello Malwinder,
There is a scheduled job "Check Vulnerable Item and Groups Deferment Expiration" which trigger the event 'sn_vul.vg_exception_expiring' which further trigger the notification "Exception on VG is expiring".
Below is a screenshot of scheduled job, Line #49 call the method ('sendWillExpireNotification') and trigger the event inside method.
Try changing the Line#5 and Line #7, Encodedquery condition nd mention the days as 14 instead of 7.
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 11:24 AM
Regards
Sulabh Garg