mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +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;
|
ResultSet rs = null;
|
||||||
try {
|
try {
|
||||||
int vulnerabilityId = 0;
|
int vulnerabilityId = 0;
|
||||||
long countVulnerabilities = 0;
|
|
||||||
final PreparedStatement selectVulnerabilityId = getPreparedStatement(SELECT_VULNERABILITY_ID);
|
final PreparedStatement selectVulnerabilityId = getPreparedStatement(SELECT_VULNERABILITY_ID);
|
||||||
selectVulnerabilityId.setString(1, vuln.getName());
|
selectVulnerabilityId.setString(1, vuln.getName());
|
||||||
rs = selectVulnerabilityId.executeQuery();
|
rs = selectVulnerabilityId.executeQuery();
|
||||||
|
|||||||
Reference in New Issue
Block a user