The project chooses Forge Proposal Simulator
as framework for creating secure governance proposals. Documentation of FPS specifies here
function name() external:
Override this function with a state variable to define the proposal name.
But the current implementation doesn't override the function instead implements the name as string instead of separate function.
The old version of FPS may fail to deliver expected behaviour as name()
is implemented as function instead of string
. There is again no getter function to know about the name of proposal in the current implementation.
Manual Review
We recommend to use the latest version of FPS library and change the implementation to a name()
function.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.