Skip to content

Commit

Permalink
Upgrade bc-fips to 1.0.2.4 to fix CVE-2022-45146 (apache#3915)
Browse files Browse the repository at this point in the history
### Motivation
#### [CVE-2022-45146](https://www.cve.org/CVERecord?id=CVE-2022-45146)
Detailed paths
Introduced through: org.apache.distributedlog:[email protected] › org.apache.distributedlog:[email protected] › org.apache.bookkeeper:[email protected] › org.bouncycastle:[email protected]

Fixed in org.bouncycastle:[email protected]

### Changes
Upgrade the org.bouncycastle:bc-fips dependency from 1.0.2.3 to 1.0.2.4
  • Loading branch information
hangc0276 authored and Anup Ghatage committed Jul 12, 2024
1 parent fc96ab5 commit 8b68c83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ This product bundles the bouncycastle Library.
For license details, see deps/bouncycastle-1.0.2.3/LICENSE.html

Bundled as
- lib/org.bouncycastle-bc-fips-1.0.2.3.jar
- lib/org.bouncycastle-bc-fips-1.0.2.4.jar
------------------------------------------------------------------------------------
This product uses the annotations from The Checker Framework, which are licensed under
MIT License. For details, see deps/checker-qual-3.5.0/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ This product bundles the bouncycastle Library.
For license details, see deps/bouncycastle-1.0.2.3/LICENSE.html

Bundled as
- lib/org.bouncycastle-bc-fips-1.0.2.3.jar
- lib/org.bouncycastle-bc-fips-1.0.2.4.jar
------------------------------------------------------------------------------------

This product uses the annotations from The Checker Framework, which are licensed under
Expand Down
2 changes: 1 addition & 1 deletion bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ This product bundles the bouncycastle Library.
For license details, see deps/bouncycastle-1.0.2.3/LICENSE.html

Bundled as
- lib/org.bouncycastle-bc-fips-1.0.2.3.jar
- lib/org.bouncycastle-bc-fips-1.0.2.4.jar
------------------------------------------------------------------------------------
This product uses the annotations from The Checker Framework, which are licensed under
MIT License. For details, see deps/checker-qual-3.5.0/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.6</commons-lang3.version>
<commons-io.version>2.7</commons-io.version>
<bouncycastle.version>1.0.2.3</bouncycastle.version>
<bouncycastle.version>1.0.2.4</bouncycastle.version>
<curator.version>5.1.0</curator.version>
<dropwizard.version>4.1.12.1</dropwizard.version>
<etcd.version>0.5.11</etcd.version>
Expand Down

0 comments on commit 8b68c83

Please sign in to comment.