You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authz's MsgExec msgs are not executing ValidateBasic on sub-msgs that are executed. The cosmos team has fixed this but it is not in the v0.46.x releases. cosmos-sdk/pull/12184
Problem Definition
The problem with this is that the Authz msgs are not being validated. This could be problematic as msgs go through their module's msg_server where ValidateBasic is assumed to already have been called before reaching that point.
Proposal
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
This has been updated on the provenance cosmos-sdk fork. It is currently on the https://github.com/provenance-io/cosmos-sdk/tree/release-pio/v0.46.x and this will need to be added to the mod.go once it is tagged. We will wait until we know if the sanction and quarantine modules will be included in v1.14.0
Summary
Authz's MsgExec msgs are not executing
ValidateBasic
on sub-msgs that are executed. The cosmos team has fixed this but it is not in the v0.46.x releases. cosmos-sdk/pull/12184Problem Definition
The problem with this is that the Authz msgs are not being validated. This could be problematic as msgs go through their module's msg_server where
ValidateBasic
is assumed to already have been called before reaching that point.Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: