bitvex 0.3.0

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
//! VEX document generation and comparison.
//!
//! Provides OpenVEX v0.2.0 document generation and Delta VEX comparison
//! for tracking vulnerability status changes over time.

pub mod delta;
pub mod openvex;

pub use openvex::{VexStatement, VexStatus, generate_openvex};