diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java index f08ce4a1a..e56e3b231 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java @@ -244,10 +244,13 @@ public class CPEAnalyzer extends AbstractAnalyzer { } /** + *
* Returns the text created by concatenating the text and the values from
* the EvidenceCollection (filtered for a specific confidence). This
- * attempts to prevent duplicate terms from being added.
Note, if
- * the evidence is longer then 200 characters it will be truncated.
+ * attempts to prevent duplicate terms from being added.
+ * Note, if the evidence is longer then 200 characters it will be + * truncated.
* * @param text the base text * @param evidence an iterable set of evidence to concatenate diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java index f23ee8eab..4673641a4 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java @@ -30,7 +30,7 @@ import org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute; * the terms. If a term contains a non-alphanumeric character it may be split * into multiple terms: * - *| term | results in |
|---|---|
| bob | bob |
| bob-cat | bob cat |