How are risk score populated on Remediation task in Vulnerability response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2023 02:57 AM - edited 06-02-2023 03:04 AM
Hi All,
I want to understand how risk score is populated on Remediation task in Vulnerability response module. If there is any logic through which risk score is populated in remediation task then where can I customize it .
Thanks in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2023 05:15 AM
Hello @harshw
Please refer to Vulnerability Rollup calculators. Details are explained in the below page.
Regards,
V.Madhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 07:16 AM
Hi harshw,
Risk scores on Remediation Task records (and Vulnerability records) are set by rollup calculators, as defined here: https://docs.servicenow.com/bundle/utah-security-management/page/product/vulnerability-response/conc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 04:12 AM - edited 06-09-2023 04:12 AM
Hi @harshw
There is a script include called "RollupCalculatorUtil", this script include is responsible for populating fields in Remediation Task. This script include is called under a scheduled job "Rollup vulnerable item values to vulnerability and group" and related link in Remediation Task form "Update Status".
After the creation of remediation task, field won't show the correct values. You can click on Update Status in related link or execute "Rollup vulnerable item values to vulnerability and group" scheduled job and the above script include will be called and remediation task fields will show the rollup values of related vulnerable items.
-Dhanraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 11:16 AM
The risk score on the Remediation task is populated using the rollup calculator: https://docs.servicenow.com/bundle/vancouver-security-management/page/product/vulnerability-response...
If you would like to customize, you can do so by navigating to the module 'Vulnerability Rollup Calculator'. Open the 'Remediation Task Rollup'. Change the view to 'Rollup Developer View' using the hamburger icon on the top left. Then in the 'Calculator Developer' tab, you will be able to see the script that performs this aggregation. You can customize this script as per your requirements.
Hope this helps.