QA Report #9
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
Missing Zero-address Validation
Description
Some addresses can be set to zero address which could result in unexpected behaviors.
Permalinks
https://github.com/code-423n4/2022-03-prepo/blob/f63584133a0329781609e3f14c3004c1ca293e71/contracts/core/PrePOMarket.sol#L175
Mitigation
Setters of address type parameters should include a zero-address validation.
The text was updated successfully, but these errors were encountered: