From 5c4f716f525bb2833bcca5867a5f0bbab5cce31c Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Wed, 27 Aug 2025 16:07:02 +0000
Subject: [PATCH] CVE-2025-9092 CVE-2025-9340 CVE-2025-9341 Uncontrolled Resource Consumption vulnerability (#546)
---
opendj-core/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index 0e02eeb..ad96d81 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -13,6 +13,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2011-2016 ForgeRock AS.
+ Portions Copyright 2025 3A Systems LLC.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -112,7 +113,7 @@
<properties>
- <bc.fips.version>2.1.0</bc.fips.version>
+ <bc.fips.version>2.1.1</bc.fips.version>
<bctls.fips.version>2.1.20</bctls.fips.version>
<opendj.osgi.import.additional>
--
Gitblit v1.10.0