We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a sister to our existing https://app.moderne.io/recipes/org.openrewrite.java.dependencies.DependencyVulnerabilityCheck
For a v1 we can leverage quite a few components we have already, as linked under references.
The tasks then come down to:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a sister to our existing https://app.moderne.io/recipes/org.openrewrite.java.dependencies.DependencyVulnerabilityCheck
For a v1 we can leverage quite a few components we have already, as linked under references.
The tasks then come down to:
Reference
https://github.com/openrewrite/rewrite-java-dependencies/blob/8092228ee2a8b78c8974b641722e7ebaed1d678a/src/main/java/org/openrewrite/java/dependencies/github/ParseAdvisories.java#L92
https://github.com/openrewrite/rewrite-java-dependencies/blob/main/.github/workflows/advisories.yml
https://github.com/openrewrite/rewrite-java-dependencies/blob/8092228ee2a8b78c8974b641722e7ebaed1d678a/src/main/java/org/openrewrite/java/dependencies/DependencyVulnerabilityCheck.java#L55
https://docs.openrewrite.org/reference/dependency-version-selectors#caret-range
https://docs.npmjs.com/cli/v10/configuring-npm/package-lock-json
https://github.com/moderneinc/moderne-visualizations-misc/blob/fb8630a08ef849466ee8d3f3a6aeec37816097f9/moderne_visualizations_misc/specs/dependency_vulnerabilities.yml#L14
The text was updated successfully, but these errors were encountered: