Skip to content

Commit b91c432

Browse files
Add fix for CVE-2024-7254 (#8647)
1 parent 7066de7 commit b91c432

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Renamed metrics `validator_attestation_publication_delay`,`validator_block_publication_delay` and `beacon_block_import_delay_counter` to include the suffix `_total` added by the current version of prometheus.
1717
- Updated bootnodes for Holesky network
1818
- Added new `--p2p-flood-publish-enabled` parameter to control whenever flood publishing behaviour is enabled (applies to all subnets). Previous teku versions always had this behaviour enabled. Default is `true`.
19+
- Add a fix for [CVE-2024-7254](https://avd.aquasec.com/nvd/2024/cve-2024-7254/)
1920

2021
### Bug Fixes
2122
- removed a warning from logs about non blinded blocks being requested (#8562)

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencyManagement {
3232
entry 'javalin-rendering'
3333
}
3434

35-
dependency 'io.libp2p:jvm-libp2p:1.1.1-RELEASE'
35+
dependency 'io.libp2p:jvm-libp2p:1.2.0-RELEASE'
3636
dependency 'tech.pegasys:jblst:0.3.12'
3737
dependency 'tech.pegasys:jc-kzg-4844:1.0.0'
3838

0 commit comments

Comments
 (0)