Class DependencyVulnerabilityCheck
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<DependencyVulnerabilityCheckBase.Accumulator>
org.openrewrite.java.dependencies.DependencyVulnerabilityCheckBase
org.openrewrite.java.dependencies.DependencyVulnerabilityCheck
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openrewrite.java.dependencies.DependencyVulnerabilityCheckBase
DependencyVulnerabilityCheckBase.Accumulator, DependencyVulnerabilityCheckBase.Fix, DependencyVulnerabilityCheckBase.MinimumDepthVulnerability, DependencyVulnerabilityCheckBase.UpgradeDelta, DependencyVulnerabilityCheckBase.VulnerabilitiesNested classes/interfaces inherited from class org.openrewrite.Recipe
org.openrewrite.Recipe.Builder, org.openrewrite.Recipe.DelegatingRecipe -
Field Summary
Fields inherited from class org.openrewrite.java.dependencies.DependencyVulnerabilityCheckBase
metadataFailures, report, staticVersionComparator, versionComparator, versionParserFields inherited from class org.openrewrite.Recipe
contributors, examples, PANIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsupplementalVulnerabilities(org.openrewrite.ExecutionContext ctx) Supplemental vulnerabilities are those that are added to baseline vulnerabilities.Methods inherited from class org.openrewrite.java.dependencies.DependencyVulnerabilityCheckBase
baselineVulnerabilities, generate, getInitialValue, getMaximumUpgradeDelta, getOverrideTransitive, getScanner, getScope, getVisitor, validateMethods inherited from class org.openrewrite.ScanningRecipe
generate, getAccumulator, getVisitorMethods inherited from class org.openrewrite.Recipe
addDataTable, builder, buildRecipeList, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, onComplete, run, run, run, setContributors, setExamples, validate, validateAll, validateAll
-
Constructor Details
-
DependencyVulnerabilityCheck
public DependencyVulnerabilityCheck()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
getInstanceNameSuffix
- Overrides:
getInstanceNameSuffixin classorg.openrewrite.Recipe
-
supplementalVulnerabilities
Description copied from class:DependencyVulnerabilityCheckBaseSupplemental vulnerabilities are those that are added to baseline vulnerabilities.- Specified by:
supplementalVulnerabilitiesin classDependencyVulnerabilityCheckBase- Parameters:
ctx- the execution context- Returns:
- a list of baseline vulnerabilities
- See Also:
-