Interface CvssScore.Builder

  • Method Details

    • baseScore

      CvssScore.Builder baseScore(Double baseScore)

      The CVSS base score.

      Parameters:
      baseScore - The CVSS base score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scoringVector

      CvssScore.Builder scoringVector(String scoringVector)

      The vector string of the CVSS score.

      Parameters:
      scoringVector - The vector string of the CVSS score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      CvssScore.Builder version(String version)

      The CVSS version that generated the score.

      Parameters:
      version - The CVSS version that generated the score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      CvssScore.Builder source(String source)

      The source of the CVSS score.

      Parameters:
      source - The source of the CVSS score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.