diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml
index ce9d38e8dae6..e14ee8654671 100644
--- a/.github/workflows/trivy-analysis.yml
+++ b/.github/workflows/trivy-analysis.yml
@@ -33,8 +33,8 @@ jobs:
format: sarif
output: trivy-results.sarif
severity: MEDIUM,CRITICAL,HIGH
+ vulnType: os,library
ignore-unfixed: true
- version: v0.57.1
timeout: 15m
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
diff --git a/.trivyignore b/.trivyignore
new file mode 100644
index 000000000000..8929857c9a0a
--- /dev/null
+++ b/.trivyignore
@@ -0,0 +1,35 @@
+CVE-2015-6420 # commons-collections:commons-collections
+CVE-2015-7501 # commons-collections:commons-collections
+CVE-2019-17571 # log4j:log4j
+CVE-2020-11022 # jquery
+CVE-2020-11023 # jquery
+CVE-2020-15522 # org.bouncycastle:bcprov-jdk15on
+CVE-2020-35510 # org.jboss.remoting:jboss-remoting
+CVE-2021-4104 # log4j:log4j
+CVE-2021-41973 # org.apache.mina:mina-core
+CVE-2022-23302 # log4j:log4j
+CVE-2022-23305 # log4j:log4j
+CVE-2022-23307 # log4j:log4j
+CVE-2022-4065 # org.testng:testng
+CVE-2023-1973 # io.undertow:undertow-core
+CVE-2023-26464 # log4j:log4j
+CVE-2023-33201 # org.bouncycastle:bcprov-jdk15on
+CVE-2023-33202 # org.bouncycastle:bcprov-jdk15on
+CVE-2023-4639 # io.undertow:undertow-core
+CVE-2023-5685 # org.jboss.xnio:xnio-api
+CVE-2024-1459 # io.undertow:undertow-core
+CVE-2024-1635 # io.undertow:undertow-core
+CVE-2024-29857 # org.bouncycastle:bcprov-jdk15on
+CVE-2024-30171 # org.bouncycastle:bcprov-jdk15on
+CVE-2024-3653 # io.undertow:undertow-core
+CVE-2024-52046 # org.apache.mina:mina-core
+CVE-2024-5971 # io.undertow:undertow-core
+CVE-2024-6162 # io.undertow:undertow-core
+CVE-2024-6485 # bootstrap
+CVE-2024-7885 # io.undertow:undertow-core
+CVE-2025-11965 # io.vertx:vertx-web
+CVE-2025-1647 # bootstrap
+CVE-2025-48924 # commons-lang:commons-lang
+CVE-2025-5731 # org.infinispan:infinispan-cli-client
+CVE-2025-59250 # com.microsoft.sqlserver:mssql-jdbc
+CVE-2025-9784 # io.undertow:undertow-core
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d3cabd03cb9f..73e6b4b43d33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,6 @@
2.0.0.Final
2.0.1.Final
2.0.0.Final
- 1.2.17
2.25.1
6.2.12.Final
${resteasy.version}
@@ -121,7 +120,7 @@
2.3.3-b02
${undertow-legacy.version}
2.2.24.Final
- 2.3.2.Final
+ 2.3.5.Final
2.6.5.Final
1.9.0.Final
6.0.3
@@ -475,8 +474,8 @@
${resteasy.version}
- log4j
- log4j
+ org.apache.logging.log4j
+ log4j-core
org.slf4j
@@ -558,11 +557,6 @@
${picketlink.version}
test
-
- log4j
- log4j
- ${log4j.version}
-
org.apache.logging.log4j
log4j-core
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index 6e6b5c7d2488..af9fc508cbd9 100644
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -1569,8 +1569,8 @@
-->
- log4j
- log4j
+ org.apache.logging.log4j
+ log4j-core
org.slf4j
diff --git a/testsuite/integration-arquillian/util/pom.xml b/testsuite/integration-arquillian/util/pom.xml
index 9ac80456946e..d20d8af4c495 100644
--- a/testsuite/integration-arquillian/util/pom.xml
+++ b/testsuite/integration-arquillian/util/pom.xml
@@ -85,7 +85,7 @@
org.apache.sshd
sshd-core
- 2.7.0
+ 2.9.2
jakarta.servlet
diff --git a/testsuite/model/pom.xml b/testsuite/model/pom.xml
index eaf0d13616d6..0badf05ce671 100644
--- a/testsuite/model/pom.xml
+++ b/testsuite/model/pom.xml
@@ -45,8 +45,8 @@
test
- log4j
- log4j
+ org.apache.logging.log4j
+ log4j-core
org.slf4j
diff --git a/testsuite/utils/pom.xml b/testsuite/utils/pom.xml
index 7f76af7a155a..814834990fee 100755
--- a/testsuite/utils/pom.xml
+++ b/testsuite/utils/pom.xml
@@ -78,8 +78,8 @@
keycloak-account-ui
- log4j
- log4j
+ org.apache.logging.log4j
+ log4j-core
compile
@@ -105,8 +105,8 @@
resteasy-core
- log4j
- log4j
+ org.apache.logging.log4j
+ log4j-core
org.slf4j
diff --git a/util/embedded-ldap/pom.xml b/util/embedded-ldap/pom.xml
index 7e2e899c1f21..34130d7444f1 100644
--- a/util/embedded-ldap/pom.xml
+++ b/util/embedded-ldap/pom.xml
@@ -48,8 +48,8 @@
jboss-logging
- log4j
- log4j
+ org.apache.logging.log4j
+ log4j-core
compile