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
Sascha Steinbiss 1f8a5874fb rfb: never return error on unknown traffic
We only try to parse a small subset of what is possible in
RFB. Currently we only understand some standard auth schemes
and stop parsing when the server-client handshake is complete.
Since in IPS mode returning an error from the parser causes
drops that are likely uncalled for, we do not want to return
errors when we simply do not understand what happens in the
traffic. This addresses Redmine #5912.

Bug: #5912.
2 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
derive rust: use 2021 edition 2 years ago
src rfb: never return error on unknown traffic 2 years ago
.gitignore rust: bundle Cargo.lock 2 years ago
Cargo.lock.in rust: update der-parser to 8.2.0 2 years ago
Cargo.toml.in rust: use 2021 edition 2 years ago
Makefile.am rust: don't suppress vendor output 2 years ago
cbindgen.toml ftp: add events for command too long 3 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago