Put limit on number of days on exception request for Remediation Tasks and or Vulnerable Items

Mike K
Tera Expert

We have requirements to implement restrictions on the number of days exception requests on the Remediation Tasks or Vulnerable Items can be requested. When requesting exception through the Vulnerability Manager Workspace, the Until selection is a calendar selection. On the Exception Management configuration I sat-up the Exception to use Vulnerability Response, Duration is 12 Months. I couldn't find a configurable way to have the user to select Until by days or restrict the Until for 30days each time an exception request is submitted unless I disable the "Until" calendar selection and just have the system to set the Until date field in the Vulnerability State Change Approval at the same time I want to minimize the customization.

Screenshot 2024-05-21.pngScreenshot 2024-05-21 2.png

Appreciate your thought.

 

5 REPLIES 5

Kevin Lillis
Tera Expert

I agree.  I would like to see a 'max limit' configurable.  Perhaps this is an enhancement request.  I would vote for it.

Thank you for the feedback @Kevin Lillis I will submit an enhancement request to introduce configurable max limit for the number of days exception and extension can be submitted based on configurable condition.

Martin Dewit
Kilo Sage

Is your requirement to be automatically set to 30 days out as the minimum? That would require customization.

 

Duration unit is available in either months or weeks, with 12 months being the default. 

Jainish Jain
Tera Contributor

Hi @Mike K , You can customize the UI page (review_request) which is being called.  Onsubmit  & isFromValid - you can introduce a validation check on the date and disable the submit.

If needed, you can introduce a property which stores the value to check number for days or something