You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/12/12 01:56:25 UTC

[directory-fortress-core] branch master updated: CVE-2021-36373 and CVE-2021-41973

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 86e20a6  CVE-2021-36373 and CVE-2021-41973
86e20a6 is described below

commit 86e20a6bbce426cfb021716c3fce27b6dfd57700
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Dec 11 19:56:21 2021 -0600

    CVE-2021-36373 and CVE-2021-41973
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ff9edd..85c7329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
     <version.apacheds>2.0.0.AM26</version.apacheds>
     <version.accelerator.api>1.0-RC41</version.accelerator.api>
     <version.accelerator.impl>1.0-RC41</version.accelerator.impl>
-    <version.ant>1.10.10</version.ant>
+    <version.ant>1.10.12</version.ant>
     <version.antlr>2.7.7</version.antlr>
     <version.apache.jdbm1>2.0.0-M3</version.apache.jdbm1>
     <version.commons.configuration>1.10</version.commons.configuration>
@@ -216,6 +216,12 @@
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-core</artifactId>
       <version>${version.apacheds}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.directory.api</groupId>
+          <artifactId>api-ldap-net-mina</artifactId>
+        </exclusion>
+      </exclusions>
       <scope>test</scope>
     </dependency>