Class AffectedVersion
java.lang.Object
com.vaadin.appsec.backend.model.analysis.AffectedVersion
- All Implemented Interfaces:
Serializable
The assessment for a specific version (or range) affected by a vulnerability.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA textual comment with additional information about this assessment.The version where the vulnerability is not present anymore.The current status of this assessment.The range of versions affected by this vulnerability.inthashCode()booleantoString()
-
Constructor Details
-
AffectedVersion
public AffectedVersion()
-
-
Method Details
-
getVersionRange
The range of versions affected by this vulnerability.- Returns:
- the affected version range
-
isInRange
-
getStatus
The current status of this assessment.- Returns:
- the assessment status
-
getComment
A textual comment with additional information about this assessment.- Returns:
- the comment
-
getFixedIn
The version where the vulnerability is not present anymore.- Returns:
- the fixed version
-
hashCode
public int hashCode() -
equals
-
toString
-