Skip to content

Commit c3dbc53

Browse files
committed
Add note re loop through list of aliases #1079
Reference: #1079 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
1 parent 4bbcbec commit c3dbc53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vulnerabilities/importer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ def get_data_from_xml_doc(
447447
print("\ndefinition_data = {}\n".format(definition_data))
448448
# These fields are definition level, i.e common for all elements
449449
# connected/linked to an OvalDefinition
450+
451+
# TODO: 2023-01-24 Tuesday 22:34:20. Is this where we'd loop through the list of CVEs/aliases?
452+
450453
vuln_id = definition_data["vuln_id"]
451454
description = definition_data["description"]
452455

0 commit comments

Comments
 (0)