Skip to content

test/events: Test cases for 4482, 4898#3046

Closed
jlucovsky wants to merge 1 commit intoOISF:masterfrom
jlucovsky:4482/1
Closed

test/events: Test cases for 4482, 4898#3046
jlucovsky wants to merge 1 commit intoOISF:masterfrom
jlucovsky:4482/1

Conversation

@jlucovsky
Copy link
Copy Markdown
Contributor

Add test cases for bugs 4898 and 4482 since they are closely related

Issue: 4898
Issue: 4482

Ticket

If your pull request is related to a Suricata ticket, please provide
the full URL to the ticket here so this pull request can monitor
changes to the ticket status:

Redmine tickets:

Add test cases for bugs 4898 and 4482 since they are closely related

Issue: 4898
Issue: 4482
alert tcp any any -> any any (msg:"SURICATA file decoder LZMA memlimit error"; app-layer-event:file.LZMA_MEMLIMIT_ERROR; classtype:protocol-command-decode; sid:11;)
alert tcp any any -> any any (msg:"SURICATA file decoder LZMA XZ error"; app-layer-event:file.LZMA_XZ_ERROR; classtype:protocol-command-decode; sid:12;)
alert tcp any any -> any any (msg:"SURICATA file decoder LZMA unknown error"; app-layer-event:file.LZMA_UNKNOWN_ERROR; classtype:protocol-command-decode; sid:13;)
alert tcp any any -> any any (msg:"SURICATA detect too many buffers"; app-layer-event:detect.TOO_MANY_BUFFERS; classtype:protocol-command-decode; sid:14;)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detect engine != app-layer, why are these detect events under app-layer-event? We may see this outsize of app-layer too. E.g. the sctp chunks could be from outside app-layer.

@jlucovsky
Copy link
Copy Markdown
Contributor Author

Continued in #3063

@jlucovsky jlucovsky closed this May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

requires suricata pr Depends on a PR in Suricata

Development

Successfully merging this pull request may close these issues.

3 participants