DependencyReport

data class DependencyReport(val schemaVersion: String = "1.0", val projectName: String, val upToDate: List<DependencyInfo> = emptyList(), val outdated: List<OutdatedDependency> = emptyList(), val directVulnerable: List<VulnerableDependency> = emptyList(), val transitiveVulnerable: List<VulnerableDependency> = emptyList(), val vulnerabilityChains: List<VulnerabilityChain> = emptyList(), val dependencyTree: List<DependencyTreeNode>? = null)

Constructors

Link copied to clipboard
constructor(schemaVersion: String = "1.0", projectName: String, upToDate: List<DependencyInfo> = emptyList(), outdated: List<OutdatedDependency> = emptyList(), directVulnerable: List<VulnerableDependency> = emptyList(), transitiveVulnerable: List<VulnerableDependency> = emptyList(), vulnerabilityChains: List<VulnerabilityChain> = emptyList(), dependencyTree: List<DependencyTreeNode>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard