We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd40d8b commit fe38107Copy full SHA for fe38107
cyclonedx/output/xml.py
@@ -75,8 +75,6 @@ def generate(self, force_regeneration: bool = False) -> None:
75
if self.bom_supports_metadata():
76
self._add_metadata_element()
77
78
- # has_vulnerabilities: bool = False
79
-
80
components_element = ElementTree.SubElement(self._root_bom_element, 'components')
81
if bom.components:
82
for component in bom.components:
0 commit comments