Skip to content

Comments

Refine tournament validation, enforce role checks, limit request body size, add partition maintenance#3

Merged
4RH1T3CT0R7 merged 1 commit intomainfrom
review/comprehensive-audit-3
Feb 16, 2026
Merged

Refine tournament validation, enforce role checks, limit request body size, add partition maintenance#3
4RH1T3CT0R7 merged 1 commit intomainfrom
review/comprehensive-audit-3

Conversation

@4RH1T3CT0R7
Copy link
Owner

Summary

  • Refined tournament participant validation and enforced user role type checks
  • Added request body size limit middleware
  • Implemented automatic partition maintenance for the database
  • Improved executor security with additional validation

Changes

  • cmd/api/main.go — added body size limiter
  • internal/api/handlers/game.go — role type enforcement
  • internal/api/routes.go — body size limit middleware
  • internal/domain/validation.go — refined participant validation
  • internal/infrastructure/db/db.go — automatic partition maintenance
  • internal/infrastructure/executor/executor.go — additional security checks
  • Tests updated accordingly

… checks, limit request body size, and implement automatic partition maintenance
@4RH1T3CT0R7 4RH1T3CT0R7 merged commit 6e41009 into main Feb 16, 2026
5 checks passed
@4RH1T3CT0R7 4RH1T3CT0R7 deleted the review/comprehensive-audit-3 branch February 16, 2026 07:57
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.

1 participant