There was an error while loading. Please reload this page.
1 parent 4bbcbec commit c3dbc53Copy full SHA for c3dbc53
1 file changed
vulnerabilities/importer.py
@@ -447,6 +447,9 @@ def get_data_from_xml_doc(
447
print("\ndefinition_data = {}\n".format(definition_data))
448
# These fields are definition level, i.e common for all elements
449
# 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
453
vuln_id = definition_data["vuln_id"]
454
description = definition_data["description"]
455
0 commit comments