Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersans committed Sep 3, 2024
1 parent 64be755 commit 0c6f1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cve_bin_tool/sbom_manager/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__(
self.type = sbom_type
self.logger = logger or LOGGER.getChild(self.__class__.__name__)
self.validate = validate
self.serialNumber = ""

# Connect to the database
self.cvedb = CVEDB(version_check=False)
Expand Down

0 comments on commit 0c6f1e6

Please sign in to comment.