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 1d6d331752 http2: forbid data on stream 0
Ticket: 7658

Suricata will not handle well if we open a file for this tx,
do not close it, but set the transaction state to completed.

RFC 9113 section 6.1 states:

If a DATA frame is received whose Stream Identifier field is 0x00,
the recipient MUST respond with a connection error (Section 5.4.1)
 of type PROTOCOL_ERROR.
5 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/derive: fix clippy collapsible_match warning 6 months ago
htp rust/htp: follow suricata versioning 5 months ago
src http2: forbid data on stream 0 5 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 5 months ago
suricatasc datajson: introduce feature 5 months ago
sys version: start development towards 8.0.0 5 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust/htp: follow suricata versioning 5 months ago
Cargo.toml.in rust/htp: follow suricata versioning 5 months ago
Makefile.am rust/Makefile: sort filenames 5 months ago
cbindgen.toml rust: remove unnecessary cbindgen exclusions 5 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago