Skip to content

Commit

Permalink
Merge pull request #37 from openrewrite/doc/update-dependency-vulnera…
Browse files Browse the repository at this point in the history
…bility-check

docs: update DependencyVulnerabilityCheck.java
  • Loading branch information
zieka authored Oct 18, 2023
2 parents 3220dbd + ebb5c1e commit e5d9bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public String getDescription() {
//language=markdown
return "This software composition analysis (SCA) tool detects and upgrades dependencies with publicly disclosed vulnerabilities. " +
"This recipe both generates a report of vulnerable dependencies and upgrades to newer versions with fixes. " +
"Automatic upgrade of vulnerable versions is performed when the fixed version is a minor or patch version bump. " +
"This recipe **only** upgrades to the latest **patch** version. If a minor or major upgrade is required to reach the fixed version, this recipe will not make any changes. " +
"Vulnerability information comes from the [GitHub Security Advisory Database](https://docs.github.com/en/code-security/security-advisories/global-security-advisories/about-the-github-advisory-database), " +
"which aggregates vulnerability data from several public databases, including the [National Vulnerability Database](https://nvd.nist.gov/) maintained by the United States government. " +
"Dependencies following [Semantic Versioning](https://semver.org/) will see their _patch_ version updated where applicable.";
Expand Down

0 comments on commit e5d9bed

Please sign in to comment.