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 bbae9bf commit 0db91f7Copy full SHA for 0db91f7
cve_bin_tool/data_sources/nvd_source.py
@@ -84,6 +84,7 @@ def __init__(
84
self.nvd_type = nvd_type
85
self.incremental_update = incremental_update
86
self.all_cve_entries: list[dict[str, object]] | None = None
87
+ self.logger = LOGGER.getChild(self.__class__.__name__)
88
89
# store the nvd api key for use later
90
self.nvd_api_key = nvd_api_key
0 commit comments