Skip to content

Commit 5d0ac78

Browse files
jeremylongCopilot
andauthored
Update core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzer.java
Co-authored-by: Copilot <[email protected]>
1 parent 33996d2 commit 5d0ac78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private void loadPackagedSuppressionBaseData(final SuppressionParser parser, fin
235235
try {
236236
baseSuppresssionURL = new URL(suppressionFileLocation);
237237
} catch (MalformedURLException e) {
238-
throw new SuppressionParseException("Unable to load the base suppression data file", e);
238+
throw new SuppressionParseException("Unable to load the packaged file: " + packagedFileName, e);
239239
}
240240
return baseSuppresssionURL;
241241
}

0 commit comments

Comments
 (0)