diff --git a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java index b2eb55240..fc5bde2f8 100644 --- a/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java +++ b/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java @@ -227,9 +227,9 @@ public class CveDB { } /** - * Retrieves the vulnerabilities associated with the specified CPE ID. + * Retrieves the vulnerabilities associated with the specified CPE. * - * @param cpeStr the CPE cpe name + * @param cpeStr the CPE name * @return a list of Vulnerabilities * @throws DatabaseException thrown if there is an exception retrieving data */