You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix false positives with filename patterns (#2521)
Use match instead of search to only detect a match at the beginning of
the filename for FILENAME_PATTERNS otherwise false positives will be
raised. For example:
- named (i.e. bind) for systemd-hostnamed
- eroute (i.e. openswan) for traceroute6
- scp (i.e. openssh) for libxt_dscp.so
- libc (i.e. glibc) for libuClibc.so
Signed-off-by: Fabrice Fontaine <[email protected]>
0 commit comments