mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-22 16:45:16 +01:00
`grep -w` matches also `string1-whatsoever` so that entries like ``` 192.168.0.10 anystring anystring-apache 192.168.0.11 anystring-tomcat ``` matched 3 entries over 2 lines. This PR fixes #2937 by improving the match pattern, so that `string1` needs a trailing whitespace or a EOL -- besides a leaing whitespace.
1.2 MiB
Executable File
1.2 MiB
Executable File