The configuration UI allows (almost) any trash strings instead of real account IDs.
It is not possible to fully validate an account ID, of course, but that the ID fits "ak_" ++ base58() is better than no validation at all.
In particular, passing garbage to gmhive_client seems to crash it.
The configuration UI allows (almost) any trash strings instead of real account IDs.
It is not possible to fully validate an account ID, of course, but that the ID fits `"ak_" ++ base58()` is better than no validation at all.
In particular, passing garbage to `gmhive_client` seems to crash it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The configuration UI allows (almost) any trash strings instead of real account IDs.
It is not possible to fully validate an account ID, of course, but that the ID fits
"ak_" ++ base58()is better than no validation at all.In particular, passing garbage to
gmhive_clientseems to crash it.