Actions
Bug #7419
closed
EL
OD
Incomplete logging message
Bug #7419:
Incomplete logging message
Description
When logging the engine message in the JSON format, we expect to have valid JSON messages so the parsing can be handled correctly by external tool.
But it happens that some messages can exceed the maximum length. For example, the signature max length is 8198 so if a signature is long and invalid it is written to the log by the engine. As the maximum length for message is 2048, we end up with incomplete JSON in the log.
Issue discovered by Juliana: https://github.com/StamusNetworks/suricata-language-server/issues/11
Actions