From 9f182a86548df38809d99961bb1eb5ea079165d3 Mon Sep 17 00:00:00 2001 From: ishgaror <105083693+ishgaror@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:14:25 -0700 Subject: [PATCH] Update README.md --- Age Custom Field on Vulnerabilities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Age Custom Field on Vulnerabilities/README.md b/Age Custom Field on Vulnerabilities/README.md index c69dd55..8d211fc 100644 --- a/Age Custom Field on Vulnerabilities/README.md +++ b/Age Custom Field on Vulnerabilities/README.md @@ -10,7 +10,7 @@ python age_custom_field.py ### 1: Create Custom Field Create two custom fields in Cisco Vulnerability Management: -1) Create a *numeric* custom field to populate the exact # of days . This field is named as *vuln_age* in the script. +1) Create a *Numeric* custom field to populate the exact # of days . This field is named as *vuln_age* in the script. 2) Create a *String (long)* custom field to populate the range of days . This field is named as *vuln_age_range* in the script. *Note: It is recommended to select faceted search option for second custom field that is the range of days, to see range options under the vulnerability filters.