code-423n4 / 2021-11-nested-findings

1 stars 1 forks source link

mintWithMetadata onlyFactory #213

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pauliax

Vulnerability details

Impact

function "mintWithMetadata" does not need onlyFactory modifier as it will be checked in function "mint" later.