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 fa5a4a994a http: limit the number of folded lines per header
Ticket: 8201

Limits the quadratic complexity if each packet, restarting the
header parsing, just adds a new folded line.
This was previously bounded by the configurable max header length
7 days ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust: EnumString derive accepts a enum_string_style parameter 3 months ago
htp http: limit the number of folded lines per header 7 days ago
src tls/subjectaltname: use byte arr instead of string 1 week ago
suricatactl rust: allow some lints in suricatactl and suricatasc 7 months ago
suricatasc rust: pin indexmap 3 months ago
sys conf: add SCConfNodeChildValueIsFalse to check for false value 4 weeks ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust/htp: convert to nom 8 2 months ago
Cargo.toml.in rust: add nom8 as a dependency 3 months ago
Makefile.am rust: bindgen more file functions 2 months ago
cbindgen.toml rust: bindgen SCSRepCatGetByShortname 2 months ago
rustfmt.toml