From 4dedd7613e23994ae4871638f67092e40f189911 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 26 Aug 2026 14:32:11 +0530 Subject: [PATCH] fix: upgrade jsoup to 1.23.2 to address Snyk resource allocation vulnerability jsoup 1.23.1 is flagged by Snyk (CVE-2026-75140) for unbounded memory growth in XmlTreeBuilder's namespace scope tracking. Fixed upstream in 1.23.2 via a rewritten NamespaceBindings scope tracker that replaces the per-element namespace-map copy. Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 6 ++++++ pom.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c641541..4c76ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ A brief description of what changes project contains +## Aug 26, 2026 + +#### v1.6.2 + +- Fix: Upgraded `org.jsoup:jsoup` to 1.23.2 to address a Snyk-reported Allocation of Resources Without Limits or Throttling vulnerability (CVE-2026-75140) + ## Aug 17, 2026 #### v1.6.1 diff --git a/pom.xml b/pom.xml index b745bdb..ec27095 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.contentstack.sdk utils - 1.6.1 + 1.6.2 jar Contentstack-utils Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS @@ -20,7 +20,7 @@ 2.2.1 3.1.1 4.13.2 - 1.23.1 + 1.23.2 1.1.1 3.3 1.5