Skip to content

Commit 1fbd35d

Browse files
committed
docs: update Qualys VMDR documentation for vulnerability_ids mapping
Add documentation that CVE is mapped to both vuln_id_from_tool and unsaved_vulnerability_ids for proper CVE tracking in DefectDojo. Authored by T. Walker - DefectDojo
1 parent 0d59af9 commit 1fbd35d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/content/supported_tools/parsers/file/qualys_vmdr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Sample Qualys VMDR scans can be found in the [sample scan data folder](https://g
9898
| Source Field | DefectDojo Field | Parser File | Notes |
9999
| ------------ | ---------------- | ----------- | ----- |
100100
| CVE | vuln_id_from_tool | cve_parser.py | CVE identifier (e.g., CVE-2021-44228) |
101+
| CVE | unsaved_vulnerability_ids | cve_parser.py | Also added to Vulnerability IDs for CVE tracking |
101102
| CVE-Description | description | cve_parser.py | Prepended to description |
102103
| CVSSv3.1 Base (nvd) | cvssv3_score | cve_parser.py | Numeric CVSS score |
103104
| Title | title | cve_parser.py | Truncated to 150 characters |

0 commit comments

Comments
 (0)