[
https://issues.apache.org/jira/browse/AMBARI-24507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587263#comment-16587263
]
Hudson commented on AMBARI-24507:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #190 (See
[https://builds.apache.org/job/Ambari-branch-2.7/190/])
[AMBARI-24507] Remove dependency on org.bouncycastle bcprov-jdk15on (rlevas:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=9ffd67ff3b39a8d4bdeb9a9428ae7196a3fffd48])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/DefaultLdapConfigurationService.java
* (delete)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderBaseTest.java
* (delete)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
* (delete)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
* (edit) ambari-server/pom.xml
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/ldap/service/ads/detectors/GroupMemberAttrDetectorTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
> Remove dependency on org.bouncycastle bcprov-jdk15on before version 1.6.0 for
> Ambari Server
> -------------------------------------------------------------------------------------------
>
> Key: AMBARI-24507
> URL: https://issues.apache.org/jira/browse/AMBARI-24507
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.1
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 2.7.1
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Remove dependency on org.bouncycastle bcprov-jdk15on before version 1.6.0 for
> Ambari Server security concerns. See
> * CVE-2018-1000180 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000180
> This dependency is compiled into the apacheds-all.jar from
> {code}
> <dependency>
> <groupId>org.apache.directory.server</groupId>
> <artifactId>apacheds-all</artifactId>
> <version>2.0.0-M24</version>
> </dependency>
> {code}
> The relevant parts of this need to be broken out and the offending bouncy
> castle JAR needs to be excluded as needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)