Please update Bouncy Castle

Issue #356 invalid
Neustradamus created an issue

Comments (6)

  1. Neustradamus reporter

    Yes, 1.65 at this time.

    Can you look previous links?

    Can you reopen this ticket before solution?

    Thanks in advance.

  2. Yavor Vasilev

    Hi,

    Could you elaborate?

    If you need a specific recent BC version, you can always set it in your own pom.xml. The range allows this.

    Also, please note that BC is a huge library and we only use a subset of its code. So not all CVE’s apply.

  3. Yavor Vasilev

    We’ll do a min version bump for that in a next release.

    When you build your project today you will automatically get the latest stable BC version, i.e. 1.65. You can check your IDE libs section.

    This is how ranges work: https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html

    By putting a range open for the latest stable BC version we don’t need to be constantly updating the BC version when a new one comes out (to address a CVE or for any other reason).

  4. Yavor Vasilev

    Here is a Maven command you can run to make sure your Maven is picking up the latest BC:

    mvn dependency:tree
    

  5. Log in to comment