Skip to content

Commit

Permalink
Update cve_bin_tool/sbom_manager/parse.py
Browse files Browse the repository at this point in the history
Co-authored-by: Terri Oda <[email protected]>
  • Loading branch information
anthonyharrison and terriko authored Aug 12, 2024
1 parent 940f3c2 commit c9bc8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/sbom_manager/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def parse_ext_ref(self, ext_ref) -> (str | None, str | None, str | None):
return decoded.get("cpe22Type")
else:
LOGGER.debug("Nothing found")
None, None, None
return [None, None, None]

def decode_purl(self, purl) -> (str | None, str | None, str | None):
"""
Expand Down

0 comments on commit c9bc8a0

Please sign in to comment.