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 5167ff6411 smtp/mime: look for urls in base64 message
Ticket: 5185

Previously, it was looked for message in plain text, and base64
encoding was only handled for attachments.

This commit also fixes the buffering got such base64 data streamed
into urls finding, by buffering a beginning non-empty line,
and by ensuring that we run extraction on the last line,
even if it had no EOL.
2 years ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive cargo: add description and license 2 years ago
src smtp/mime: look for urls in base64 message 2 years ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in lua: use rust crate to vendor (bundle) lua 2 years ago
Cargo.toml.in lua: remove lua as a compile time feature 2 years ago
Makefile.am rust/Makefile: cleanup "clean" targets 2 years ago
cbindgen.toml app-layer: remove unused C wrappers 2 years ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago