rsigma 0.15.0

CLI for parsing, validating, linting and evaluating Sigma detection rules
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod enrichment;
mod health;
mod instrumented_resolver;
mod metrics;
mod reload;
pub(crate) mod server;
mod store;
#[cfg(feature = "daemon-tls")]
pub(crate) mod tls;

pub use server::run_daemon;