Actions
Task #5638
closedSWF decompression: Do not depend on libhtp
Effort:
Difficulty:
Label:
C, Rust
Description
SWF decompression uses the lzma decompression interface exposed by libhtp. While working on libhtp-rs it was identified that this is not right, and suricata could just use lzma-rs for lzma decompression directly instead of having libhtp expose a lzma interface.
https://github.com/OISF/suricata/pull/7438#discussion_r887130753
Actions