File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,5 @@ class GlibcChecker(Checker):
34
34
VERSION_PATTERNS = [
35
35
r"GNU C Library \([a-zA-Z0-9 \+\-\.]*\) (?:release|stable) release version ([012](\.[0-9]+){1,2})" ,
36
36
r"GLIBC ([012](\.[0-9]+){1,2})[a-z0-9+\-]*\) \r?\n" ,
37
- r"libc-([012](\.[0-9]+){1,2})\.so" , # patterns like this aren't ideal (check the end of the file)
38
- r"ld-([012]\.[0-9]+)\.so" , # patterns like this aren't ideal
39
- r"libanl-([012](\.[0-9]+){1,2})\.so" , # patterns like this aren't ideal
40
- r"ld-([012](\.[0-9]+){1,2})\.so" , # patterns like this aren't ideal
41
37
]
42
38
VENDOR_PRODUCT = [("gnu" , "glibc" )]
43
-
44
-
45
- """
46
- Using filenames (containing patterns like '.so' etc.) in the binaries as VERSION_PATTERNS aren't ideal.
47
- The reason behind this is that these might depend on who packages the file (like it
48
- might work on fedora but not on ubuntu)
49
- """
You can’t perform that action at this time.
0 commit comments