FestivalPass:setOrganizer
doesn't emit an eventThe owner can change the organizer using the FestivalPass:setOrganizer
function.
The issue is no event is emitted. IFestivalPass
does not have an event for this critical function
Likelihood:
This occurs every time FestivalPass:setOrganizer
is called.
Impact:
External applications relying on the emission to detect suspicious organizer updates would not function correctly
Place the following into FestivalPass.t.sol
and expect it to fail on the vm.expectEmit
Place the following into IFestivalPass.sol
Place the following into FestivalPass.sol
Informational. This protocol doesn't rely on events to function, they are just nice to have, but not mandatory.
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.