From aeee59aca286eaedfb1c60b64c3a036a591a06d3 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Mon, 8 Jan 2024 10:40:14 -0800 Subject: [PATCH] Suppress false positives for mongdb and mysql support --- etc/dependency-check-suppression.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etc/dependency-check-suppression.xml b/etc/dependency-check-suppression.xml index c30c07a1c74..191431fcf2c 100644 --- a/etc/dependency-check-suppression.xml +++ b/etc/dependency-check-suppression.xml @@ -227,4 +227,24 @@ CVE-2023-28360 + + + + ^pkg:maven/io\.helidon\.dbclient/helidon\-dbclient\-mongodb@.*$ + cpe:/a:mongodb:mongodb + + + + + + + + ^pkg:maven/io\.helidon\.integrations\.db/helidon\-integrations\-db\-mysql@.*$ + cpe:/a:mysql:mysql + +