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
Giuseppe Longo 499995bf0e sip: store frame lens as u32 to avoid body truncation
Body lengths were stored as u16, so a SIP body of 65536 bytes truncated
body_len to 0 and the RequestBody/ResponseBody frame was never created,
letting body content evade inspection. Widen the framing fields to u32.

Ticket #8582
6 days ago
..
.cargo
derive
ffi rust/ffi: add safe thread storage wrapper 1 month ago
htp
src sip: store frame lens as u32 to avoid body truncation 6 days ago
suricatactl
suricatasc
sys detect: convert tx_progress to uint8_t 3 weeks ago
.gitignore
Cargo.lock.in psl: update to latest version 2 weeks ago
Cargo.toml.in rust: feature debug in main crate enables feature debug in ffi 2 months ago
Makefile.am
cbindgen.toml rust: exclude DETECT_BYTEMATH_ENDIAN_DEFAULT from bindings 1 month ago
rustfmt.toml