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
The elements of each variable-length argument to abi.encodePacked are packed in order prior to hashing. Hash collisions are possible by rearranging the elements within consecutive, variable length arguments while maintaining that their concatenated order is the same. The following instances were identified:
OZ Report:
To satisfy EEA EthTrust Security Level [S], code MUST NOT use abi.encodePacked with consecutive variable length arguments.
The elements of each variable-length argument to abi.encodePacked are packed in order prior to hashing. Hash collisions are possible by rearranging the elements within consecutive, variable length arguments while maintaining that their concatenated order is the same. The following instances were identified:
In line 15 of DeployScriptBase.sol.
In line 13 of DeployUUPSScriptBase.sol.
The text was updated successfully, but these errors were encountered: