You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a revert. When instantiating a Safe proxy, NodeSafeFactory should check that the provided admins doesn't contain the NodeSafeFactory itself.
When instantiating a Safe proxy, NodeSafeFactory should append itself as admins (which eventually becomes owners of Safe proxy) and then remove itself. This makes safeInitializer different in each clone transaction and thus becomes another source of entropy besides nonce.