mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
made a broad catch even broader
Former-commit-id: d96be233d3ebac1879ac8460903e105b6ad556f7
This commit is contained in:
@@ -292,7 +292,7 @@ public class StandardUpdate {
|
|||||||
if (cveDB != null) {
|
if (cveDB != null) {
|
||||||
try {
|
try {
|
||||||
cveDB.close();
|
cveDB.close();
|
||||||
} catch (Exception ignore) {
|
} catch (Throwable ignore) {
|
||||||
Logger.getLogger(StandardUpdate.class.getName()).log(Level.FINEST, "Error closing the cveDB", ignore);
|
Logger.getLogger(StandardUpdate.class.getName()).log(Level.FINEST, "Error closing the cveDB", ignore);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user