Skip to content

Commit fe38107

Browse files
committed
chore: removed commented code
Signed-off-by: Paul Horton <paul.horton@owasp.org>
1 parent bd40d8b commit fe38107

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cyclonedx/output/xml.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ def generate(self, force_regeneration: bool = False) -> None:
7575
if self.bom_supports_metadata():
7676
self._add_metadata_element()
7777

78-
# has_vulnerabilities: bool = False
79-
8078
components_element = ElementTree.SubElement(self._root_bom_element, 'components')
8179
if bom.components:
8280
for component in bom.components:

0 commit comments

Comments
 (0)