-
Notifications
You must be signed in to change notification settings - Fork 75
Closed as duplicate
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
What problem are you trying to solve?
Folks might not be aware that we are able to confidently solve vulnerabilities using OpenRewrite recipes, and also bump transitive dependencies.
Describe the solution you'd like
Guide folks towards the Find and fix vulnerable dependencies recipe, and educate them on
- how to set
overrideTransitive: trueto get MavendependencyManagementor Gradle constraints added
a. and explain how 80% of vulnerabilities are in transitive dependencies, otherwise missed by other tools - explain how the recipe will only confidently bump
patchversions, to the vulnerability recommended version - explain the data table produced when passing in
-Drewrite.exportDatatables=true, and the minor/major/no fix insights that gives - guide them towards next steps such as
a. directly usingUpgradeDependencyVersionandUpgradeTransitiveDependencyVersionforminorversion bumps,
b. or the framework migration recipes for Spring, Micronaut and Quarkus for major version bumps.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done