6
6
"aliases" : [
7
7
" GHSA-7225-m954-23v7"
8
8
],
9
- "summary" : " ASA-2024-010: cosmossdk.io/math: Mismatched bit-length validation in sdk.Int and sdk.Dec can lead to panic" ,
10
- "details" : " ASA-2024-010: cosmossdk.io/math: Mismatched bit-length validation in sdk.Int and sdk.Dec can lead to panic" ,
9
+ "summary" : " Mismatched bit-length validation in can lead to panic in cosmossdk.io/math " ,
10
+ "details" : " Mismatched bit-length validation in can lead to panic in cosmossdk.io/math " ,
11
11
"affected" : [
12
12
{
13
13
"package" : {
27
27
]
28
28
}
29
29
],
30
- "ecosystem_specific" : {}
30
+ "ecosystem_specific" : {
31
+ "imports" : [
32
+ {
33
+ "path" : " cosmossdk.io/math" ,
34
+ "symbols" : [
35
+ " LegacyDec.Add" ,
36
+ " LegacyDec.AddMut" ,
37
+ " LegacyDec.ApproxRoot" ,
38
+ " LegacyDec.ApproxSqrt" ,
39
+ " LegacyDec.Ceil" ,
40
+ " LegacyDec.ImmutOp" ,
41
+ " LegacyDec.ImmutOpInt" ,
42
+ " LegacyDec.ImmutOpInt64" ,
43
+ " LegacyDec.Mul" ,
44
+ " LegacyDec.MulInt" ,
45
+ " LegacyDec.MulInt64" ,
46
+ " LegacyDec.MulInt64Mut" ,
47
+ " LegacyDec.MulIntMut" ,
48
+ " LegacyDec.MulMut" ,
49
+ " LegacyDec.MulRoundUp" ,
50
+ " LegacyDec.MulRoundUpMut" ,
51
+ " LegacyDec.MulTruncate" ,
52
+ " LegacyDec.MulTruncateMut" ,
53
+ " LegacyDec.Power" ,
54
+ " LegacyDec.PowerMut" ,
55
+ " LegacyDec.Quo" ,
56
+ " LegacyDec.QuoInt" ,
57
+ " LegacyDec.QuoInt64" ,
58
+ " LegacyDec.QuoMut" ,
59
+ " LegacyDec.QuoRoundUp" ,
60
+ " LegacyDec.QuoRoundupMut" ,
61
+ " LegacyDec.QuoTruncate" ,
62
+ " LegacyDec.QuoTruncateMut" ,
63
+ " LegacyDec.Sub" ,
64
+ " LegacyDec.SubMut" ,
65
+ " LegacyDec.Unmarshal" ,
66
+ " LegacyDec.UnmarshalAmino" ,
67
+ " LegacyDec.UnmarshalJSON" ,
68
+ " LegacyDecApproxEq" ,
69
+ " LegacyMustNewDecFromStr" ,
70
+ " LegacyNewDecFromStr"
71
+ ]
72
+ }
73
+ ]
74
+ }
31
75
}
32
76
],
33
77
"references" : [
36
80
"url" : " https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-7225-m954-23v7"
37
81
},
38
82
{
39
- "type" : " WEB " ,
83
+ "type" : " FIX " ,
40
84
"url" : " https://github.com/cosmos/cosmos-sdk/commit/c6522a72a45c34897f9fc85d438c0b74d52f8862"
41
85
}
42
86
],
43
87
"database_specific" : {
44
88
"url" : " https://pkg.go.dev/vuln/GO-2024-3279" ,
45
- "review_status" : " UNREVIEWED "
89
+ "review_status" : " REVIEWED "
46
90
}
47
91
}
0 commit comments