Skip to content

fix: add GameNames to IsReservedName checks#42

Merged
ralyodio merged 1 commit into
profullstack:mainfrom
threebeats:fix/reserve-game-names-signup
Jun 22, 2026
Merged

fix: add GameNames to IsReservedName checks#42
ralyodio merged 1 commit into
profullstack:mainfrom
threebeats:fix/reserve-game-names-signup

Conversation

@threebeats

Copy link
Copy Markdown
Contributor

Fixes #40

GameNames ("game", "games") are reserved SSH route usernames for AgentGames, but IsReservedName did not check them. This meant SanitizeUsername would accept "game" or "games" as member account names, creating route collisions with ssh game@host.

Change: Added GameNames check to the IsReservedName function.

GameNames ("game", "games") are reserved SSH route usernames for
AgentGames but IsReservedName did not check GameNames, allowing
members to register accounts that collide with SSH routes.

Fixes profullstack#40
@ralyodio
ralyodio merged commit a56f3af into profullstack:main Jun 22, 2026
5 checks passed
@threebeats

Copy link
Copy Markdown
Contributor Author

Following up — this PR was merged. The associated invoice was submitted on ugig but hasn't been processed yet. Could you take a look? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reserve AgentGames SSH route usernames during signup

3 participants