📄️ Find and Fix Vulnerable Dependencies
To detect and upgrade dependencies with publicly disclosed vulnerabilities, you can use the OpenRewrite recipe org.openrewrite.java.dependencies.DependencyVulnerabilityCheck from rewrite-java-security.
📄️ Remediate OWASP Top Ten Vulnerabilities
To identify and remediate vulnerabilities from the OWASP Top Ten, you can use the OpenRewrite recipe org.openrewrite.java.security.OwaspTopTen from rewrite-java-security.