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 233ab11148 smb: handles records with trailing nbss data
If a file (read/write) SMB record has padding/trailing data
after the buffer being read or written, and that Suricata falls
in one case where it skips the data, it should skip until
the very end of the NBSS record, meaning it should also skip the
padding/trailing data.

Otherwise, an attacker may smuggle some NBSS/SMB record in this
trailing data, that will be interpreted by Suricata, but not
by the SMB client/server, leading to evasions.

Ticket: #5786
4 years ago
..
.cargo
derive rust: allow uninlined_format_args 4 years ago
src smb: handles records with trailing nbss data 4 years ago
.gitignore rust: derive crate: for custom derives 5 years ago
Cargo.toml.in file/swf: Use lzma-rs decompression instead of libhtp. 4 years ago
Makefile.am rust: cbindgen first verifies existing bindings 4 years ago
cbindgen.toml ftp: add events for command too long 4 years ago
rustfmt.toml