Skip to content
Closed
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
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-active-dynamic_port-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../../bug-3519/input.pcap

requires:
version: 8
min-version: 8


checks:
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-active-dynamic_port-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ftp-active-dynamic_port.pcap

requires:
version: 8
min-version: 8

args:
- -k none
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-command-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../../bug-3519/input.pcap

requires:
version: 8
min-version: 8


checks:
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-command-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../../bug-3519/input.pcap

requires:
version: 8
min-version: 8

exit-code: 1

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-mode-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8

pcap: ../../bug-3519/input.pcap

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-mode-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8

pcap: ../../ftp-epsv/input.pcap

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-mode-03/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8
pcap: false

exit-code: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-passive-dynamic_port-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ../../ftp-epsv/input.pcap

requires:
version: 8
min-version: 8

checks:

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-passive-dynamic_port-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pcap: ftp-passive-dynamic_port.pcap

requires:
version: 8
min-version: 8

checks:

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-reply-received-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8

pcap: ../../bug-3519/input.pcap

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-reply-received-02/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8

pcap: ../../ftp/ftp-too-long-response/ftp-too-long-response.pcap

Expand Down
2 changes: 1 addition & 1 deletion tests/detect-ftp/ftp-reply-received-03/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8
pcap: false

exit-code: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/pop3-auth-01/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires:
version: 8
min-version: 8

args:
- -k none
Expand Down
2 changes: 0 additions & 2 deletions tests/udp-5379/udp-hlen-invalid-non-strict/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ command: |

checks:
- shell:
requires:
version: 7
args: |-
grep "Warning: detect: decode-event keyword no longer supports event \"decoder.udp.hlen_invalid\"" suricata.log | wc -l
expect: 1
2 changes: 0 additions & 2 deletions tests/udp-5379/udp-hlen-invalid-strict/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ command: |

checks:
- shell:
requires:
version: 7
args: |-
grep "Error: detect: decode-event keyword no longer supports event \"decoder.udp.hlen_invalid\"" suricata.log | wc -l
expect: 1
Loading