]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: add test for pgsql out of order params bug
authorJuliana Fajardini <jufajardini@oisf.net>
Wed, 7 Sep 2022 19:38:12 +0000 (16:38 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 28 Oct 2022 19:28:54 +0000 (21:28 +0200)
commit20ac8b95770bccff45c8b1dc1730544f57c398a5
treed87b9f2318cbab3692c22cb4568fcb8da5048dcd
parent6f3d1fd7915702bdea92d637d760a3ba51b35c49
tests: add test for pgsql out of order params bug

StartupMessages for pgsql have a series of parameters that may show up
in any order, so let's make sure we can indeed parse them if, for
instance, user, which is a mandatory parameter, isn't the first to be
seen in the list.

Related to
Bug #5524
tests/pgsql/pgsql-bug-5579/README.md [new file with mode: 0644]
tests/pgsql/pgsql-bug-5579/input.pcap [new file with mode: 0644]
tests/pgsql/pgsql-bug-5579/suricata.yaml [new file with mode: 0644]
tests/pgsql/pgsql-bug-5579/test.yaml [new file with mode: 0644]