code-423n4 / 2022-10-thegraph-findings

0 stars 0 forks source link

QA Report #181

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

Contracts BridgeEscrow,L2GraphToken,L1GraphTokenGateway,and can always be reinitialized

Affected contracts and lines of code

Recommended mitigation check

modifier initialized { if(initialized) revert(); }

pcarranzav commented 1 year ago

Dupe of #149 ?