mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 19:41:38 +01:00
made a broad catch even broader
Former-commit-id: 1a553b664d41760f313245584ecec0dfd25a55c3
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