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/76/20240704/v1 #1962

Merged
merged 5 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions eve-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2018"

[dependencies]
jsonschema = { version = "0.17", default_features = false }
clap = { version = "3.1.6", default_features = false, features = ["std", "derive"] }
jsonschema = { version = "0.17", default-features = false }
clap = { version = "3.1.6", default-features = false, features = ["std", "derive"] }
serde_json = "1"
15 changes: 0 additions & 15 deletions tests/bug-2482-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
requires:
features:
- HAVE_LIBJANSSON
min-version: 4.1.0

args:
- -k none
- --set vars.address-groups.EXTERNAL_NET=any
Expand All @@ -14,16 +9,6 @@ checks:
event_type: alert
alert.signature_id: 2013933
http.http_method: "CONNECT"
- filter:
version: 4.1
count: 172
match:
event_type: tls
- filter:
version: 5
count: 170
match:
event_type: tls
- filter:
version: 6
count: 172
Expand Down
10 changes: 0 additions & 10 deletions tests/bug-4953/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ checks:
fileinfo.gaps: true
fileinfo.state: TRUNCATED
fileinfo.size: 137708
- filter:
requires:
lt-version: 6
count: 1
match:
event_type: fileinfo
fileinfo.filename: "/IEyF/EN3GUkgHakZ3iVe/YBqssWlF8iWaHTr/"
fileinfo.gaps: false
fileinfo.state: TRUNCATED
fileinfo.size: 1176
- filter:
count: 1
match:
Expand Down
2 changes: 2 additions & 0 deletions tests/datasets-memcap-01/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ pcap: ../flowbit-oring/input.pcap

requires:
lt-version: 8
os: linux
arch: x86_64

args:
- -k none
Expand Down
1 change: 0 additions & 1 deletion tests/decode-erspan-typeI-03/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions tests/decode-erspan-typeI-03/test.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions tests/dhcp-eve-extended-pre-6/suricata.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions tests/dhcp-eve-extended-pre-6/test.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions tests/dns-json-log/expected/dns.json

This file was deleted.

8 changes: 0 additions & 8 deletions tests/dns-json-log/suricata.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions tests/dns-json-log/test.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions tests/filestore-v1-stream-depth/suricata.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tests/filestore-v1-stream-depth/test.rules

This file was deleted.

19 changes: 0 additions & 19 deletions tests/filestore-v1-stream-depth/test.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions tests/ikev2-weak-dh/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,6 @@ checks:
alert.signature_id: 1
alert.signature: "SURICATA IKEv2 weak cryptographic parameters (Diffie-Hellman)"

- filter:
count: 1
version: 4
match:
event_type: ikev2
ikev2.version_major: 2
ikev2.exchange_type: 34
ikev2.message_id: 0
ikev2.init_spi: "61d3693ce12af528"
ikev2.resp_spi: "0000000000000000"
ikev2.role: initiator
ikev2.errors: 0
ikev2.payload[0]: Nonce
ikev2.payload[1]: KeyExchange
ikev2.payload[2]: SecurityAssociation
ikev2.payload[3]: NoNextPayload

- filter:
count: 1
version: 5
match:
event_type: ikev2
ikev2.version_major: 2
ikev2.exchange_type: 34
ikev2.message_id: 0
ikev2.init_spi: "61d3693ce12af528"
ikev2.resp_spi: "0000000000000000"
ikev2.role: initiator
ikev2.errors: 0
ikev2.payload[0]: Nonce
ikev2.payload[1]: KeyExchange
ikev2.payload[2]: SecurityAssociation
ikev2.payload[3]: NoNextPayload

# from suricata version >=7 the event_type for ikev2 is ike
- filter:
count: 1
Expand Down
3 changes: 1 addition & 2 deletions tests/mqtt-connect-rules/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
requires:
files:
- src/detect-mqtt-connect-protocol-string.c
min-version: 8

args:
- -k none
Expand Down
9 changes: 0 additions & 9 deletions tests/nfs3-01-pre-6/test.rules

This file was deleted.

Loading
Loading