fix: Member Information Disclosure via Public Endpoint #8646

This commit is contained in:
sriram veeraghanta 2026-02-20 18:33:45 +05:30 committed by GitHub
parent 9070acbbe8
commit f53446340b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 14 deletions

View file

@ -194,12 +194,8 @@ export type TProfileViews = "assigned" | "created" | "subscribed";
export type TPublicMember = {
id: string;
member: string;
member__avatar: string;
member__first_name: string;
member__last_name: string;
member__display_name: string;
project: string;
workspace: string;
member__avatar: string;
};
// export interface ICurrentUser {