From ee5593a88f8e7814d8d8855d28fd0cf9560c1286 Mon Sep 17 00:00:00 2001 From: Douglas Palmer Date: Thu, 6 Jul 2023 15:56:02 -0700 Subject: [PATCH] CVE-2022-1471- SnakeYaml remote code execution by sending malicious YAML content Closes #25261 Signed-off-by: Douglas Palmer dpalmer@redhat.com --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 5e90b2d58e72..cec66e60840c 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,7 @@ 2.2.6 15.4 1.5.4 + 2.0 5.0.3.Final 1.4.20 2.6 @@ -430,6 +431,17 @@ com.github.ua-parser uap-java ${ua-parser.version} + + + org.yaml + snakeyaml + + + + + org.yaml + snakeyaml + ${org.yaml.snakeyaml.version}