//! Baseline Module - Incremental vulnerability detection
//!
//! Provides baseline/diff capabilities for CI/CD workflows, enabling
//! teams to track security posture changes and fail only on new findings.
// Re-exports for public API - used by external consumers and library users
pub use ;
pub use FindingFingerprint;
pub use ;