QA Report #168
Labels
bug
Something isn't working
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
Did Not Check If The
operators
andweights
Array Length Is The SameThe
AxelarAuthWeighted._validateSignatures
function did not validate that theoperators
andweights
array length are the same.https://github.com/code-423n4/2022-07-axelar/blob/3729dd4aeff8dc2b8b9c3670a1c792c81fc60e7c/contracts/auth/AxelarAuthWeighted.sol#L86
Recommendation
Implement the following check to ensure that the
operators
andweights
array length are the same.The text was updated successfully, but these errors were encountered: