Skip to content

Commit

Permalink
[fix][sec] Upgrade Bouncycastle libraries to address CVEs (apache#22826)
Browse files Browse the repository at this point in the history
(cherry picked from commit 05d98f7)
(cherry picked from commit fd4df2c)
  • Loading branch information
lhotari authored and srinath-ctds committed Jun 7, 2024
1 parent 12971bc commit 7b426c6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
5 changes: 2 additions & 3 deletions bouncy-castle/bc/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,5 @@
This projects includes binary packages with the following licenses:
Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- org.bouncycastle-bcpkix-jdk18on-1.78.jar
- org.bouncycastle-bcprov-jdk18on-1.78.jar
- org.bouncycastle-bcprov-ext-jdk18on-1.78.jar
- org.bouncycastle-bcpkix-jdk18on-1.78.1.jar
- org.bouncycastle-bcprov-jdk18on-1.78.1.jar
7 changes: 3 additions & 4 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,9 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- org.bouncycastle-bcpkix-jdk18on-1.78.jar
- org.bouncycastle-bcprov-ext-jdk18on-1.78.jar
- org.bouncycastle-bcprov-jdk18on-1.78.jar
- org.bouncycastle-bcutil-jdk18on-1.78.jar
- org.bouncycastle-bcpkix-jdk18on-1.78.1.jar
- org.bouncycastle-bcprov-jdk18on-1.78.1.jar
- org.bouncycastle-bcutil-jdk18on-1.78.1.jar

Datastax
- com.datastax.oss-managed-ledger-3.1.4.2-SNAPSHOT.jar
Expand Down
7 changes: 3 additions & 4 deletions distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,9 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- ../licenses/LICENSE-bouncycastle.txt
- bcpkix-jdk18on-1.78.jar
- bcprov-ext-jdk18on-1.78.jar
- bcprov-jdk18on-1.78.jar
- bcutil-jdk18on-1.78.jar
- bcpkix-jdk18on-1.78.1.jar
- bcprov-jdk18on-1.78.1.jar
- bcutil-jdk18on-1.78.1.jar

------------------------

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ flexible messaging model and an intuitive client API.</description>
<slf4j.version>1.7.32</slf4j.version>
<commons.collections4.version>4.4</commons.collections4.version>
<log4j2.version>2.18.0</log4j2.version>
<bouncycastle.version>1.78</bouncycastle.version>
<bouncycastle.bcpkix-fips.version>1.0.6</bouncycastle.bcpkix-fips.version>
<bouncycastle.bc-fips.version>1.0.2.4</bouncycastle.bc-fips.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<bouncycastle.bcpkix-fips.version>1.0.7</bouncycastle.bcpkix-fips.version>
<bouncycastle.bc-fips.version>1.0.2.5</bouncycastle.bc-fips.version>
<jackson.version>2.14.2</jackson.version>
<reflections.version>0.10.2</reflections.version>
<swagger.version>1.6.2</swagger.version>
Expand Down
7 changes: 3 additions & 4 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ Creative Commons Attribution License

Bouncy Castle License
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
- bcpkix-jdk18on-1.78.jar
- bcprov-ext-jdk18on-1.78.jar
- bcprov-jdk18on-1.78.jar
- bcutil-jdk18on-1.78.jar
- bcpkix-jdk18on-1.78.1.jar
- bcprov-jdk18on-1.78.1.jar
- bcutil-jdk18on-1.78.1.jar

0 comments on commit 7b426c6

Please sign in to comment.