From 86d0f549d3658ec7a0a9538a4ea355f9aa1880e6 Mon Sep 17 00:00:00 2001
From: oWahyudi <147417763+oWahyudi@users.noreply.github.com>
Date: Tue, 23 Jan 2024 01:29:11 +0800
Subject: [PATCH] Update pom.xml
Vulnerable module: org.yaml.snakeyaml
Denial of Service (DoS) vulnerability in org.yaml:snakeyaml
This vulnerable has been identified as CVE-2022-25857
Remediation:
Upgrade org.yaml:snakeyml to versions 1.31 or higher
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f936524bc..2529ba099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
org.yaml
snakeyaml
- 1.26
+ 1.31
android