Platform: Code4rena
Start Date: 30/05/2023
Pot Size: $300,500 USDC
Total HM: 79
Participants: 101
Period: about 1 month
Judge: Trust
Total Solo HM: 36
Id: 242
League: ETH
Rank: 71/101
Findings: 1
Award: $86.41
🌟 Selected for report: 0
🚀 Solo Findings: 0
86.4119 USDC - $86.41
This function will increase bridgeAgentsLenght
rather than bridgeAgentFactoriesLenght
which will lead to improper state update in bridgeAgentFactories[]
array.
Also it will lead to improper state change in bridgeAgents[]
as bridgeAgentsLenght
is changed unexpectedly.
This can have severe impact while traversing and fetching addresses from both arrays.
Manual Review
bridgeAgentsLenght
and add bridgeAgentFactoriesLenght
instead in the function.Error
#0 - c4-judge
2023-07-11T14:31:56Z
trust1995 marked the issue as duplicate of #372
#1 - c4-judge
2023-07-11T14:32:06Z
trust1995 marked the issue as satisfactory
#2 - c4-judge
2023-07-11T17:10:29Z
trust1995 changed the severity to 2 (Med Risk)
#3 - c4-judge
2023-07-25T13:31:08Z
trust1995 marked the issue as partial-50