Vulnerable Dependency
data class VulnerableDependency(val groupId: String, val artifactId: String, val version: String, val vulnerabilities: List<Vulnerability>, val dependencyChain: List<String>? = null, val ecosystem: Ecosystem = Ecosystem.MAVEN, val sourceLocation: DependencySourceLocation? = null)
Constructors
Link copied to clipboard
constructor(groupId: String, artifactId: String, version: String, vulnerabilities: List<Vulnerability>, dependencyChain: List<String>? = null, ecosystem: Ecosystem = Ecosystem.MAVEN, sourceLocation: DependencySourceLocation? = null)