Actions
Optimization #5566
openpgsql: add events
Effort:
Difficulty:
Label:
Description
The lack of protocol events makes it harder to handle/signalize recoverable parsing errors in PGSQL.
Expected:
If Suri sees a corrupted PGSQL message but is able to correctly find the next pgsql PDU, throw an event
move onto parse the new message.
Updated by Juliana Fajardini Reichow about 2 years ago
- Related to Bug #5524: pgsql: parser should not error on parsing error, so as to keep on parsing the next PDUs added
Updated by Victor Julien about 2 years ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
Updated by Victor Julien about 2 years ago
- Target version changed from 7.0.0-rc1 to 8.0.0-beta1
Updated by Juliana Fajardini Reichow about 1 year ago
- Status changed from New to In Progress
PR for review: https://github.com/OISF/suricata/pull/9404
(working on this as it seems to be the solution for #5524)
Updated by Juliana Fajardini Reichow 12 months ago
- Label Needs backport to 7.0 added
Actions