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
//! Hardware-aware CVE filtering.
//!
//! Filters CVEs based on actual hardware configuration to eliminate
//! false positives from the vulnerability scan.

pub mod device_tree;
pub mod kernel_config;
pub mod native;
pub mod rules;