bitvex 0.3.1

Automate CRA compliance: generate OpenVEX reports from Yocto SBOMs by filtering CVEs with kernel config and device tree analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Watch mode for continuous vulnerability monitoring.
//!
//! Monitors multiple Yocto projects for file changes and automatically
//! re-scans when SBOMs, kernel configs, or device trees are modified.

pub mod config;
pub mod scanner;
pub mod state;
pub mod watcher;

pub use config::WatchConfig;
pub use state::WatchState;