diff --git a/etc/allowed-licenses.json b/etc/allowed-licenses.json
index 3b451848..65aa236e 100644
--- a/etc/allowed-licenses.json
+++ b/etc/allowed-licenses.json
@@ -1,7 +1,8 @@
{
"allowedLicenses": [
- { "moduleLicense": "Apache 2.0" },
{ "moduleLicense": "Apache 2" },
+ { "moduleLicense": "Apache 2.0" },
+ { "moduleLicense": "Apache-2.0" },
{ "moduleLicense": "Apache License 2.0" },
{ "moduleLicense": "Apache License v2.0" },
{ "moduleLicense": "Apache License, Version 2.0" },
@@ -33,6 +34,7 @@
{ "moduleLicense": "GPL2 w/ CPE" },
{ "moduleLicense": "LGPL, version 2.1"},
+ { "moduleLicense": "LGPL-2.1-or-later"},
{ "moduleLicense": "MIT License" },
{ "moduleLicense": "MIT" },
diff --git a/etc/owasp-dependency-check-suppression.xml b/etc/owasp-dependency-check-suppression.xml
index af4269d4..271f1f6d 100644
--- a/etc/owasp-dependency-check-suppression.xml
+++ b/etc/owasp-dependency-check-suppression.xml
@@ -14,4 +14,10 @@
^pkg:maven/org\.pitest/pitest\-command\-line@.*$
cpe:/a:line:line
+
+
+ CVE-2024-9329
+