Interface Cvss3.Builder

    • Method Detail

      • baseScore

        Cvss3.Builder baseScore​(Double baseScore)

        The CVSS v3 base score for the vulnerability.

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

        Cvss3.Builder scoringVector​(String scoringVector)

        The scoring vector associated with the CVSS v3 score.

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