Interface Cvss2.Builder

    • Method Detail

      • baseScore

        Cvss2.Builder baseScore​(Double baseScore)

        The CVSS v2 base score for the vulnerability.

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

        Cvss2.Builder scoringVector​(String scoringVector)

        The scoring vector associated with the CVSS v2 score.

        Parameters:
        scoringVector - The scoring vector associated with the CVSS v2 score.
        Returns:
        Returns a reference to this object so that method calls can be chained together.