Skip to content

Commit 2f878ec

Browse files
authored
Merge pull request #313 from contentstack/fix/jsoup-cve-2026-75140
fix: bump jsoup pin to 1.23.2 to resolve Snyk resource allocation vulnerability
2 parents 88e4f6f + 5cf7871 commit 2f878ec

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v2.8.2
4+
5+
### Aug 26, 2026
6+
- Fix: Upgraded `org.jsoup:jsoup` (pulled in transitively via `com.contentstack.sdk:utils`) to 1.23.2 to address a Snyk-reported Allocation of Resources Without Limits or Throttling vulnerability (CVE-2026-75140)
7+
38
## v2.8.1
49

510
### Aug 17, 2026

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.contentstack.sdk</groupId>
77
<artifactId>java</artifactId>
8-
<version>2.8.1</version>
8+
<version>2.8.2</version>
99
<packaging>jar</packaging>
1010
<name>contentstack-java</name>
1111
<description>Java SDK for Contentstack Content Delivery API</description>
@@ -220,11 +220,11 @@
220220
<artifactId>commons-lang3</artifactId>
221221
<version>3.18.0</version>
222222
</dependency>
223-
<!-- Fix Cross-site Scripting (XSS) in jsoup pulled by contentstack-utils transitive deps -->
223+
<!-- Fix XSS and CVE-2026-75140 (unbounded XML namespace allocation) in jsoup pulled by contentstack-utils transitive deps -->
224224
<dependency>
225225
<groupId>org.jsoup</groupId>
226226
<artifactId>jsoup</artifactId>
227-
<version>1.23.1</version>
227+
<version>1.23.2</version>
228228
</dependency>
229229
<!-- Fix Spring vulnerabilities from contentstack-utils transitive deps -->
230230
<dependency>

0 commit comments

Comments
 (0)