mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
fixed spelling errors
Former-commit-id: 6c7d9240d7091204f09d37e405675dace1a2159e
This commit is contained in:
@@ -31,7 +31,7 @@ import org.owasp.dependencycheck.suppression.SuppressionRule;
|
||||
*/
|
||||
public class VulnerabilitySuppressionAnalyzer extends AbstractSuppressionAnalyzer {
|
||||
|
||||
//<editor-fold defaultstate="collapsed" desc="All standard implmentation details of Analyzer">
|
||||
//<editor-fold defaultstate="collapsed" desc="All standard implementation details of Analyzer">
|
||||
/**
|
||||
* The name of the analyzer.
|
||||
*/
|
||||
|
||||
@@ -67,7 +67,7 @@ public final class UrlStringUtils {
|
||||
return IS_URL_TEST.matcher(text).matches();
|
||||
}
|
||||
/**
|
||||
* A listing of domain parts that shold not be used as evidence. Yes, this
|
||||
* A listing of domain parts that should not be used as evidence. Yes, this
|
||||
* is an incomplete list.
|
||||
*/
|
||||
private static final HashSet<String> IGNORE_LIST = new HashSet<String>(
|
||||
|
||||
@@ -136,7 +136,7 @@ public class UpdateableNvdCveTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test of iterator method, of class UpdateableNvdCve.
|
||||
* Test of iterator method, of class UpdatableNvdCve.
|
||||
*/
|
||||
@Test
|
||||
public void testIterator() throws IOException {
|
||||
|
||||
@@ -23,7 +23,7 @@ data.password=DC-Pass1337!
|
||||
# is not in the current classpath. Setting these properties will add the give path(s) to
|
||||
# the class loader and then register the driver with the DriverManager. If the class is
|
||||
# not in the path you must specify both the driver name (aka the fully qualified driver name)
|
||||
# and the driver path. The driver path can be a semi-colon seperated list of files/directories
|
||||
# and the driver path. The driver path can be a semi-colon separated list of files/directories
|
||||
# to ensure any and all needed files can be added to the classpath to load the driver.
|
||||
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
|
||||
# For MOST situations these properties likely do not need to be set.
|
||||
|
||||
Reference in New Issue
Block a user