feat(x/authz): add limits to grant pruning and enable message to aid manually#442
feat(x/authz): add limits to grant pruning and enable message to aid manually#442julienrbrt merged 5 commits intorelease/v0.50.x-celestiafrom
Conversation
| break | ||
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) | ||
| wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| break | ||
| } | ||
| } | ||
| intStringLen := int(stringLen) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| break | ||
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) | ||
| wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| break | ||
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) | ||
| wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| break | ||
| } | ||
| } | ||
| intStringLen := int(stringLen) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| break | ||
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
| } | ||
| } | ||
| fieldNum := int32(wire >> 3) | ||
| wireType := int(wire & 0x7) |
Check failure
Code scanning / gosec
integer overflow conversion uint64 -> uint8 Error
…manually (celestiaorg#442) * feat(x/authz): add limits to grant pruning and enable message to aid manually (cosmos#18737) remove creation of permenant and perioidic
Backport of cosmos#18737
Context: Not all issues from the Oak Security report for 0.50 was backported due to their consensus breaking nature.
They were supposed to be released in 0.52. As Celestia has a fork, we are able to backport them all right now.