Versions in this module Expand all Collapse all v0 v0.7.2 Jul 9, 2024 v0.7.1 Jun 14, 2024 Changes in this version + const CRITICAL + const DEFCON1 + const HIGH + const INFO + const LOW + const MEDIUM + const NEGLIGIBLE + const NONE + const UNKNOWN + func ExploitScoreAndImpactScoreFromV2Vector(cvssV2Vector string) (float64, float64) + func ExploitScoreAndImpactScoreFromV3Vector(cvssV3Vector string) (float64, float64) + func GetCVSSV3VersionFromVector(cvssV3Vector string) string + func RoundToOneDecimalPlace(score float64) float64 + type SeverityModel struct + Critical T + High T + Low T + Medium T + Negligible T + func (m SeverityModel[T]) GetVulnerabilitySeverityFromString(severity string) T