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
Suppose there is a service with ID = a and someone created another service with ALIAS = a. Then as long as service with ID = aexists it will receive the traffic, but when it will be shut down then ALIAS = a will receive all traffic, which probably wasn't intentional.
By forbidding len(alias) == len(id) we avoid this security leak and probably many others that might cause trouble due to having id same as alias.
No description provided.
The text was updated successfully, but these errors were encountered: