Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next/sv/757/70x/20250306/v1 #2340

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion tests/file-match-crossed/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
min-version: 8
min-version: 7

args:
- -k none
Expand All @@ -16,26 +16,32 @@ checks:
event_type: alert
alert.signature_id: 2
- filter:
# Suricata 7 does not manage to decode the second file (its size is 0)
min-version: 8
count: 1
match:
event_type: alert
alert.signature_id: 3
- filter:
min-version: 8
count: 1
match:
event_type: alert
alert.signature_id: 4
- filter:
min-version: 8
count: 1
match:
event_type: alert
alert.signature_id: 5
- filter:
min-version: 8
count: 1
match:
event_type: alert
alert.signature_id: 6
- filter:
min-version: 8
count: 1
match:
event_type: alert
Expand Down