diff --git a/cve_bin_tool/checkers/bind.py b/cve_bin_tool/checkers/bind.py index 37736d6fc6..daece37fdd 100644 --- a/cve_bin_tool/checkers/bind.py +++ b/cve_bin_tool/checkers/bind.py @@ -19,7 +19,7 @@ class BindChecker(Checker): # see https://github.com/intel/cve-bin-tool/tree/main/cve_bin_tool/checkers#helper-script for more details # r"/bind9.xsl", ] - FILENAME_PATTERNS = [r"named"] + FILENAME_PATTERNS = [] VERSION_PATTERNS = [ r"BIND ([0-9]+\.[0-9]+\.[0-9]+)", # for .rpm, .tgz, etc. r"bind[0-9]*-([0-9]+\.[0-9]+\.[0-9]+)", # for .deb