[−][src]Crate cvss
Common Vulnerability Scoring System.
The cvss::v3::Base type provides the main
functionality presently implemented by this crate, namely: support for
parsing, serializing, and scoring CVSS:3.0 and CVSS:3.1
Base Metric Group vector strings as described in the CVSS v3.1 Specification:
https://www.first.org/cvss/specification-document
Serde support is available through the optional serde Cargo feature.
Re-exports
pub use self::severity::Severity; |
Modules
| error | Error types |
| severity | Qualitative Severity Rating Scale |
| v3 | Common Vulnerability Scoring System (v3.1) |
Constants
| PREFIX | Prefix used by all CVSS strings |