]> git.ipfire.org Git - thirdparty/suricata.git/commit
ssh: fix match on ssh banner
authorShivani Bhardwaj <shivanib134@gmail.com>
Fri, 8 Oct 2021 00:35:29 +0000 (06:05 +0530)
committerShivani Bhardwaj <shivanib134@gmail.com>
Fri, 8 Oct 2021 15:08:26 +0000 (20:38 +0530)
commit2616afa62584a2402f7fcdbbcf1149605e24461d
tree637fec97a817270b855098ad4ce0f67f38bd31a4
parent227d1d967a5902ed5732fee94563945f13887cc4
ssh: fix match on ssh banner

Default detection handling of SSH should not be to pass in case the
direction was not a match but to treat it like it was meant to server.
rust/src/ssh/detect.rs