You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Philippe Antoine 16fee33368 http1: use a blocking cursor for decompression
Kind of as is done by HTTP2 which limits input data instead of
output data

Ticket: 7732
3 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive rust/derive: fix clippy collapsible_match warning 4 months ago
htp http1: use a blocking cursor for decompression 3 months ago
src dcerpc: use wrapping to prevent u16 overflow 3 months ago
suricatactl suricatactl: add description to Cargo.toml 5 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 6 months ago
sys mdns: add mdns parser, logger and detection 3 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in lua: update to suricata-lua-sys 0.1.0-alpha.9 3 months ago
Cargo.toml.in lua: update to suricata-lua-sys 0.1.0-alpha.9 3 months ago
Makefile.am github-ci: enable asan for suricata-lua-sys in fuzz build 3 months ago
cbindgen.toml rust: bindgen detect-engine-helper.h 4 months ago
rustfmt.toml