Skip to content

Commit

Permalink
Add note re loop through list of aliases #1079
Browse files Browse the repository at this point in the history
Reference: #1079

Signed-off-by: John M. Horan <johnmhoran@gmail.com>
  • Loading branch information
johnmhoran committed Feb 2, 2023
1 parent a7abfa8 commit 5cd4c36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vulnerabilities/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ def get_data_from_xml_doc(
print("\ndefinition_data = {}\n".format(definition_data))
# These fields are definition level, i.e common for all elements
# connected/linked to an OvalDefinition

# TODO: 2023-01-24 Tuesday 22:34:20. Is this where we'd loop through the list of CVEs/aliases?

vuln_id = definition_data["vuln_id"]
description = definition_data["description"]

Expand Down

0 comments on commit 5cd4c36

Please sign in to comment.