Skip to content

Commit

Permalink
Update core/src/main/java/org/owasp/dependencycheck/analyzer/NodePack…
Browse files Browse the repository at this point in the history
…ageAnalyzer.java
  • Loading branch information
jeremylong authored Jan 9, 2023
1 parent 54dd994 commit 0cbbe57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ private void processDependencies(JsonObject json, File baseDir, File rootFile,
// Ignore/skip linked entries (as they don't have "version" and
// later logic will crash)
if (jo.getBoolean("link", false)) {
LOGGER.warn("Skipping `" + name + "` because it is a link dependency");
continue;
}

Expand Down

0 comments on commit 0cbbe57

Please sign in to comment.