rsigma 0.16.0

CLI for parsing, validating, linting and evaluating Sigma detection rules
1
2
3
4
5
6
7
8
9
//! Daemon-side enrichment configuration.
//!
//! The enrichers YAML loader now lives in
//! [`rsigma_runtime::enrichment::config`] so every in-process consumer of the
//! enrichment pipeline (the daemon and the MCP server) shares one loader. This
//! module re-exports the pieces the daemon uses so the call sites in
//! `daemon/server.rs` stay unchanged.

pub use rsigma_runtime::enrichment::config::{build_enrichers_full, load_enrichers_file};