depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.core.graph
/
VulnerabilityChain
/
VulnerabilityChain
Vulnerability
Chain
constructor
(
chain
:
List
<
DependencyNode
>
,
vulnerabilities
:
List
<
Vulnerability
>
,
isShortestPath
:
Boolean
=
false
,
classification
:
VulnerabilityClassification
=
VulnerabilityClassification.TRANSITIVE_VULNERABLE
)