diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java index beddaf39f..3448e4ee8 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java @@ -323,7 +323,7 @@ public class HintAnalyzer extends AbstractAnalyzer implements Analyzer { try { org.apache.commons.io.FileUtils.copyInputStreamToFile(fromClasspath, file); } catch (IOException ex) { - throw new HintParseException("Unable to locate suppressions file in classpath", ex); + throw new HintParseException("Unable to locate hints file in classpath", ex); } } } finally { diff --git a/src/site/markdown/general/hints.md b/src/site/markdown/general/hints.md index eb394b075..58bbf1abe 100644 --- a/src/site/markdown/general/hints.md +++ b/src/site/markdown/general/hints.md @@ -58,6 +58,7 @@ The following shows some other ways to add evidence ``` + The full schema for hints files can be found here: [dependency-hint.xsd](https://github.com/jeremylong/DependencyCheck/blob/master/dependency-check-core/src/main/resources/schema/dependency-hint.1.1.xsd "Hint Schema") Please see the appropriate configuration option in each interfaces configuration guide: