Skip to content

Commit 8479edf

Browse files
retract v8.2.x and v8.3.x (#6965)
Co-authored-by: DimitrisJim <[email protected]>
1 parent 8b6edc2 commit 8479edf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

go.mod

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ go 1.21
22

33
module github.com/cosmos/ibc-go/v8
44

5-
retract [v8.0.0, v8.1.1] // contains ASA-2024-007 vulnerability
5+
retract (
6+
// contain bug in channel upgradability that can result
7+
// in a channel upgrade succeeding but with channel ends
8+
// in incompatible state
9+
[v8.2.0, v8.3.2]
10+
// contain ASA-2024-007 vulnerability
11+
[v8.0.0, v8.1.1]
12+
)
613

714
require (
815
cosmossdk.io/api v0.7.5

0 commit comments

Comments
 (0)