Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
android
/
vendor
/
cvss-2.0.0
/
src
/
v3.rs
blob: 338f3aedf21d17b95ab5d62edc8e1660f96134fd [
file
] [
log
] [
blame
]
//! Common Vulnerability Scoring System (v3.1)
//!
//! <https://www.first.org/cvss/specification-document>
// TODO(tarcieri): Environmental and Temporal Metrics
pub
mod
base
;
mod
score
;
pub
use
self
::{
base
::
Base
,
score
::
Score
};