pub struct KevSource { /* private fields */ }Expand description
CISA KEV data source.
This source fetches the Known Exploited Vulnerabilities catalog and provides enrichment data for advisories. Unlike other sources, KEV doesn’t create new advisories but enriches existing ones with exploitation status.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KevSource
impl !RefUnwindSafe for KevSource
impl Send for KevSource
impl Sync for KevSource
impl Unpin for KevSource
impl !UnwindSafe for KevSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more