Beautiful Iron Tadpole
High
Compromised addresses should be prevented from interacting with any functions that are available to addresses that have no compromised flag on them.
Lack of checks if an address is compromised in functions such as addReview(), which makes the flag useless to some extent, that should've been prevented.
Lack of checks if an address is compromised in functions such as addReview()
, which makes the flag useless to some extent.
It should clearly prevent such interactions, the only interaction it prevents is in inviteAddress()
and re-registering
No response
No response
No response
Compromised addresses can call the same functions as normal addresses, which makes the flag practically useless.
No response
Add checks in functions that should clearly not be called by a compromised addresses.