Close UI Action in Vulnerability Response

User205031
Tera Contributor

Hi All,

 

When I'm closing Vulnerable Item  I have two option for closure:

  • Wait for confirmation from next scan 
  • Close vulnerabilities now, reopen if found

User205031_0-1707474980838.png

 

I need to know if I select any one of the 'Close Now?' options, in ServiceNow, in which field the value of 'Close Now' is stored?

 

Thanks!

3 REPLIES 3

Martin Dewit
Kilo Sage

The field that is used is not stored anywhere on the record itself. If you look into the code behind the Close UI Action and the UI Page that it uses, you can see that there are values that are passed through other scripts dictating the state. The radio button for wait vs no wait is resolved vs closed. So if you wait it sets state to Resolved and waits for the scanner to reopen or close. If you close now it sets state to Closed, but if the scanner still finds it it will reopen it.

Do you happen to have the official documentation for this?

My first reply is not specifically mentioned in any documentation, but the behavior is described here in the docs.