mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
Update CveDB.java
Remove unused variable.
This commit is contained in:
committed by
GitHub
parent
482f8daaf3
commit
b46d13fc18
@@ -658,7 +658,6 @@ public final class CveDB implements AutoCloseable {
|
||||
ResultSet rs = null;
|
||||
try {
|
||||
int vulnerabilityId = 0;
|
||||
long countVulnerabilities = 0;
|
||||
final PreparedStatement selectVulnerabilityId = getPreparedStatement(SELECT_VULNERABILITY_ID);
|
||||
selectVulnerabilityId.setString(1, vuln.getName());
|
||||
rs = selectVulnerabilityId.executeQuery();
|
||||
|
||||
Reference in New Issue
Block a user