class Bundler::Audit::Advisory
def criticality
-
(:low, :medium, :high)
-
def criticality case cvss_v2 when 0.0..3.3 then :low when 3.3..6.6 then :medium when 6.6..10.0 then :high end end
(:low, :medium, :high)
-
def criticality case cvss_v2 when 0.0..3.3 then :low when 3.3..6.6 then :medium when 6.6..10.0 then :high end end