Skip to content

Enforce integer validation for seeded users max_user_connections#116

Merged
kimago merged 1 commit into
mainfrom
bugfix/tnz-97939/validate-max-user-connections
Jun 17, 2026
Merged

Enforce integer validation for seeded users max_user_connections#116
kimago merged 1 commit into
mainfrom
bugfix/tnz-97939/validate-max-user-connections

Conversation

@abg

@abg abg commented Jun 10, 2026

Copy link
Copy Markdown
Member

Validates and coerces the max_user_connections property to an integer to prevent potential SQL injection attacks from BOSH manifest values. If an invalid value (like a malicious SQL string) is provided, the template will now raise a clear RuntimeError.

Validates and coerces the `max_user_connections` property to an integer
to prevent potential SQL injection attacks from BOSH manifest values. If
an invalid value (like a malicious SQL string) is provided, the template
will now raise a clear `RuntimeError`.

[TNZ-97939]
ai-assisted=yes

@kimago kimago left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accepting:

  • Validated tests locally
  • Observed BOSH deployment rejecting non-integer max_user_connections composite value.

@github-project-automation github-project-automation Bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Jun 17, 2026
@kimago kimago merged commit 98918d0 into main Jun 17, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants