]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
ftp tests: ftp tests for issue 5024
authorJason Ish <jason.ish@oisf.net>
Thu, 7 Apr 2022 17:10:40 +0000 (11:10 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 6 May 2022 15:11:26 +0000 (09:11 -0600)
commit99e95cf23a6beebde25c2114d07b76262a06dc9f
treea06cab6a99204ee5995b6ae1436f94cc5eb71309
parent90415c586f3ca015990b281b76f6d275ccba819a
ftp tests: ftp tests for issue 5024

Test for truncation of command requests and responses when they exceed
the maximum limit.

Associated Redmine ticket:
https://redmine.openinfosecfoundation.org/issues/5024
20 files changed:
tests/ftp/ftp-too-long-command-buffered/Makefile [new file with mode: 0644]
tests/ftp/ftp-too-long-command-buffered/README [new file with mode: 0644]
tests/ftp/ftp-too-long-command-buffered/ftp-too-long-command.pcap [new file with mode: 0644]
tests/ftp/ftp-too-long-command-buffered/ftp-too-long-command.syn [new file with mode: 0644]
tests/ftp/ftp-too-long-command-buffered/test.yaml [new file with mode: 0644]
tests/ftp/ftp-too-long-command-higher-limit/README.md [new file with mode: 0644]
tests/ftp/ftp-too-long-command-higher-limit/ftp-too-long-command.pcap [new file with mode: 0644]
tests/ftp/ftp-too-long-command-higher-limit/ftp-too-long-command.syn [new file with mode: 0644]
tests/ftp/ftp-too-long-command-higher-limit/suricata.yaml [new file with mode: 0644]
tests/ftp/ftp-too-long-command-higher-limit/test.yaml [new file with mode: 0644]
tests/ftp/ftp-too-long-command/Makefile [new file with mode: 0644]
tests/ftp/ftp-too-long-command/README.md [new file with mode: 0644]
tests/ftp/ftp-too-long-command/ftp-too-long-command.pcap [new file with mode: 0644]
tests/ftp/ftp-too-long-command/ftp-too-long-command.syn [new file with mode: 0644]
tests/ftp/ftp-too-long-command/test.yaml [new file with mode: 0644]
tests/ftp/ftp-too-long-response/Makefile [new file with mode: 0644]
tests/ftp/ftp-too-long-response/README [new file with mode: 0644]
tests/ftp/ftp-too-long-response/ftp-too-long-response.pcap [new file with mode: 0644]
tests/ftp/ftp-too-long-response/ftp-too-long-response.syn [new file with mode: 0644]
tests/ftp/ftp-too-long-response/test.yaml [new file with mode: 0644]