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 5ad2591 commit ca5ced8Copy full SHA for ca5ced8
cve_bin_tool/parsers/python.py
@@ -49,7 +49,7 @@ def find_vendor(self, product, version):
49
if vendor_package_pair != []:
50
vendor = vendor_package_pair[0]["vendor"]
51
file_path = self.filename
52
- self.logger.info(f"{file_path} is {product} {version}")
+ self.logger.debug(f"{file_path} is {product} {version}")
53
return ScanInfo(ProductInfo(vendor, product, version), file_path)
54
return None
55
0 commit comments