File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434
3535# Changelog
3636
37+ ## [ v8.7.0] ( https://github.com/cosmos/ibc-go/releases/tag/v8.7.0 ) - 2025-03-12
38+
39+ - [ ISA-2025-001] ( https://github.com/cosmos/ibc-go/security/advisories/GHSA-4wf3-5qj9-368v ) Fix ISA-2025-001
40+
3741## [ v8.6.1] ( https://github.com/cosmos/ibc-go/releases/tag/v8.6.1 ) - 2025-02-27
3842
3943- [ ASA-2025-004] ( https://github.com/cosmos/ibc-go/security/advisories/GHSA-jg6f-48ff-5xrw ) Fix ASA-2025-004
Original file line number Diff line number Diff line change 22
33module github.com/cosmos/ibc-go/v8
44
5- retract (
6- // contain ASA-2025-004 vulnerability
7- [v8.0.0 , v8.6.0 ]
8- )
5+ // contain ASA-2025-004 and ISA-2025-001 vulnerability
6+ retract [v8.0.0 , v8.6.1 ]
97
108require (
119 cosmossdk.io/api v0.7.5
You can’t perform that action at this time.
0 commit comments