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 f2b6540c52 htp: bound decompression
Ticket: 7980

Usage of Vec<u8> instead of Box<u8> gave the ability to callers
to grow the buffer (indefinitely)
This was regressed in 16fee33368

Additionnaly, use rust WriteZero instead of WouldBlock as a more
fitting error when cursor is full, as that error kind is the
one tested by callers.
9 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust: EnumString derive accepts a enum_string_style parameter 10 months ago
htp htp: bound decompression 9 months ago
src detect/integers: rename index all1 to all 9 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 1 year ago
suricatasc rust: pin indexmap 10 months ago
sys snmp: can be set to detection-only 9 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust: add nom8 as a dependency 10 months ago
Cargo.toml.in rust: add nom8 as a dependency 10 months ago
Makefile.am rust: bindgen FileAppendData 10 months ago
cbindgen.toml rust: bindgen SCSRepCatGetByShortname 9 months ago
rustfmt.toml