[SECUR-104] fix: Arbitrary Modification of API Token Rate Limits#8612

This commit is contained in:
Sangeetha 2026-02-09 14:50:29 +05:30 committed by GitHub
parent d191615a5e
commit 78729277e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 67 additions and 14 deletions

View file

@ -19,6 +19,9 @@ class APITokenSerializer(BaseSerializer):
"updated_at",
"workspace",
"user",
"is_active",
"last_used",
"user_type",
]