Skip to content

Commit 548d9ae

Browse files
bug: update comment
1 parent 561106e commit 548d9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbomdiff/cyclonedx_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def parse_cyclonedx_xml(self, sbom_file):
5656
for components in root.findall(schema + "components"):
5757
try:
5858
for component in components.findall(schema + "component"):
59-
# Only for application and library components
59+
# Only application, library and operating-systems components
6060
if component.attrib["type"] in [
6161
"library",
6262
"application",

0 commit comments

Comments
 (0)