Skip to content

Commit bb40661

Browse files
authored
CVE-2024-13009 In Eclipse Jetty a buffer can be incorrectly released when confronted with a gzip error when inflating a request body. (#62)
1 parent a567541 commit bb40661

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

OpenICF-groovy-connector/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
<dependency>
184184
<groupId>org.eclipse.jetty</groupId>
185185
<artifactId>jetty-servlet</artifactId>
186-
<version>9.4.51.v20230217</version>
187186
<scope>test</scope>
188187
</dependency>
189188
<dependency>

pom.xml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,10 @@
213213
<dependency>
214214
<groupId>org.openidentityplatform.opendj</groupId>
215215
<artifactId>opendj-parent</artifactId>
216-
<version>4.9.4</version>
216+
<version>4.9.5-SNAPSHOT</version>
217217
<type>pom</type>
218218
<scope>import</scope>
219219
</dependency>
220-
<dependency>
221-
<groupId>org.codehaus.groovy</groupId>
222-
<artifactId>groovy-all</artifactId>
223-
<version>2.4.21</version>
224-
</dependency>
225220
<dependency>
226221
<groupId>org.openidentityplatform.openicf.framework</groupId>
227222
<artifactId>connector-framework</artifactId>
@@ -300,24 +295,6 @@
300295
<version>1.2.0</version>
301296
<scope>test</scope>
302297
</dependency>
303-
<dependency>
304-
<groupId>org.eclipse.jetty</groupId>
305-
<artifactId>jetty-servlet</artifactId>
306-
<version>9.4.56.v20240826</version>
307-
<scope>test</scope>
308-
</dependency>
309-
<dependency>
310-
<groupId>org.eclipse.jetty</groupId>
311-
<artifactId>jetty-server</artifactId>
312-
<version>9.4.56.v20240826</version>
313-
<scope>test</scope>
314-
</dependency>
315-
<dependency>
316-
<groupId>org.eclipse.jetty.websocket</groupId>
317-
<artifactId>websocket-server</artifactId>
318-
<version>9.4.56.v20240826</version>
319-
<scope>provided</scope>
320-
</dependency>
321298
</dependencies>
322299
</dependencyManagement>
323300
<build>

0 commit comments

Comments
 (0)