This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0d0d4216a2 AMBARI-26184: Resolve snakeyaml 1.12 CVE #3869
0d0d4216a2 is described below
commit 0d0d4216a295401e17e00a453c4fe9962c514be9
Author: Sandeep Kumar <[email protected]>
AuthorDate: Tue Nov 12 12:15:32 2024 +0530
AMBARI-26184: Resolve snakeyaml 1.12 CVE #3869
---
ambari-server/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 039f8e3611..0c71d484ce 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1423,6 +1423,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1434,6 +1438,10 @@
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]