Skip to content

Conversation

Copy link

Copilot AI commented Nov 25, 2025

Dependabot alert OWASP-Benchmark#4 flagged CVE-2023-33201 (LDAP injection) in Bouncy Castle 1.70.

Changes

  • Artifact migration: bcprov-jdk15on:1.70bcprov-jdk15to18:1.74

    • Starting v1.71, Bouncy Castle split artifacts by JDK compatibility
    • Added bcpkix-jdk15to18:1.74 for PKI functionality
  • Transitive dependency exclusions: Added to apacheds-core and apacheds-protocol-ldap

    • Excludes bcprov-jdk15on and bcpkix-jdk15on to prevent vulnerable versions from Apache Directory dependencies
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-jdk15to18</artifactId>
    <version>1.74</version>
</dependency>

Verified via mvn dependency:tree that no 1.70 artifacts remain in the build.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com//advisories
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

fix this alert: https://github.com/octodemo/BenchmarkJavaOwaspADAM/security/dependabot/4


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits November 25, 2025 20:04
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix security alert from Dependabot Fix CVE-2023-33201: Upgrade Bouncy Castle from 1.70 to 1.74 Nov 25, 2025
Copilot AI requested a review from felickz November 25, 2025 20:14
Copilot finished work on behalf of felickz November 25, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants