Open code423n4 opened 3 years ago
cmichel
The NoteERC20._authorizeUpgrade function is not implemented.
NoteERC20._authorizeUpgrade
Double-check if this is the expected behavior.
It implements an onlyOwner check which is the intended behavior. https://github.com/code-423n4/2021-08-notional/blob/main/contracts/external/governance/NoteERC20.sol#L130
onlyOwner
per sponsor comment making this invalid
Handle
cmichel
Vulnerability details
Vulnerability Details
The
NoteERC20._authorizeUpgrade
function is not implemented.Recommended Mitigation Steps
Double-check if this is the expected behavior.