Subdomain validation has no length limit and allows reserved names #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
prepare_relayinapi.rsonly validates that subdomain characters match[a-z0-9-], but it misses key constraints: it doesn’t enforce length limits, block reserved names likeapioradmin, or reject invalid DNS labels with leading/trailing hyphens.