pub type ReportStore = Arc<RwLock<VecDeque<VulnReport>>>;
Thread-safe report history with bounded capacity.
pub struct ReportStore { /* private fields */ }