We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dc47e commit e9b43caCopy full SHA for e9b43ca
cve_bin_tool/cve_scanner.py
@@ -57,7 +57,6 @@ def __init__(
57
self.products_without_cve = 0
58
self.all_cve_data = defaultdict(CVEData)
59
self.all_cve_version_info = dict()
60
- self.all_cve_version_list = dict()
61
self.check_exploits = check_exploits
62
self.exploits_list = exploits_list
63
self.disabled_sources = disabled_sources
0 commit comments