uv-audit 0.0.41

This is an internal component crate of uv
Documentation
1
2
3
4
5
6
7
8
9
10
//! Vulnerability services.

pub mod osv;

/// The shape of the vulnerability service.
#[derive(Copy, Clone, Debug)]
#[cfg_attr(feature = "clap", derive(clap::ValueEnum))]
pub enum VulnerabilityServiceFormat {
    Osv,
}