Closed ctindogaru closed 2 years ago
Issue reported by Halborn during the audit.
Full description: The internal_delegate() function does not check if the delegated user is registered or not, it is possible to delegate to non-registered users.
internal_delegate()
It is seen that there is a comment “/// The other user must be registered.”
/// The other user must be registered.
Issue reported by Halborn during the audit.
Full description: The
internal_delegate()
function does not check if the delegated user is registered or not, it is possible to delegate to non-registered users.It is seen that there is a comment “
/// The other user must be registered.
”