Interface CvssScore.Builder

    • Method Detail

      • baseScore

        CvssScore.Builder baseScore​(Double baseScore)

        The base CVSS score used for the finding.

        Parameters:
        baseScore - The base CVSS score used for the finding.
        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.
      • 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.
      • version

        CvssScore.Builder version​(String version)

        The version of CVSS used for the score.

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