Class Dependency
java.lang.Object
com.vaadin.appsec.backend.model.analysis.Dependency
- All Implemented Interfaces:
Serializable
Container of informations about a dependency with a known vulnerability.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details
-
getName
The name of the dependency.- Returns:
- the name of the dependency
-
getAffectedVersions
A list of ranges corresponding to the dependency versions affected by the same vulnerability.- Returns:
- the affected version ranges
-
hashCode
public int hashCode() -
equals
-
toString
-