VulnerabilitySeveritiesCount

class Object
trait Matchable
class Any

Value members

Concrete methods

def critical: SelectionBuilder[VulnerabilitySeveritiesCount, Option[Int]]

Number of vulnerabilities of CRITICAL severity of the project

Number of vulnerabilities of CRITICAL severity of the project

def high: SelectionBuilder[VulnerabilitySeveritiesCount, Option[Int]]

Number of vulnerabilities of HIGH severity of the project

Number of vulnerabilities of HIGH severity of the project

def info: SelectionBuilder[VulnerabilitySeveritiesCount, Option[Int]]

Number of vulnerabilities of INFO severity of the project

Number of vulnerabilities of INFO severity of the project

def low: SelectionBuilder[VulnerabilitySeveritiesCount, Option[Int]]

Number of vulnerabilities of LOW severity of the project

Number of vulnerabilities of LOW severity of the project

def medium: SelectionBuilder[VulnerabilitySeveritiesCount, Option[Int]]

Number of vulnerabilities of MEDIUM severity of the project

Number of vulnerabilities of MEDIUM severity of the project

def unknown: SelectionBuilder[VulnerabilitySeveritiesCount, Option[Int]]

Number of vulnerabilities of UNKNOWN severity of the project

Number of vulnerabilities of UNKNOWN severity of the project