Description:
A function in market.sol :: configure is written as internal function , according to netspac the function is used to Updates the market's configuration parameters
this below is the full netspac
the netspac said Calls to this function must be protected by an authorization modifier which means this is an important function that should be called to update the markets configuration
Impact:
With this critical function been internal and no external function protected by an authorization modifier to call it, this will result to function configure been a dead code , and with this the market can not be updated
Proof of Concept:
Recommended Mitigation:
i recommend writing another external function updateMarketConfiguration which should be protected by an authorization modifier that will call this configure in market.sol
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.