From 3bb2df77c8e37810a6693bd7c1428f66de007e4a Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Mon, 6 Sep 2021 06:30:30 +0530 Subject: [PATCH] ssh: fix alert count --- tests/ssh-banner-only/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ssh-banner-only/test.yaml b/tests/ssh-banner-only/test.yaml index 5c4b9087a..f971d9b06 100644 --- a/tests/ssh-banner-only/test.yaml +++ b/tests/ssh-banner-only/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 6.0.0 + lt-version: 7 features: - RUST @@ -17,7 +17,7 @@ checks: ssh.client.software_version: "OpenSSH_for_Windows_7.7" ssh.server.software_version: "OpenSSH_7.4" - filter: - count: 1 + count: 2 match: event_type: alert alert.signature_id: 1 -- 2.47.2