You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/server/router
Johnny 1696c6c414 fix: add nil check for currentUser in DeleteUser
Defense-in-depth fix: Add missing nil check before accessing
currentUser.ID and currentUser.Role in DeleteUser function.

While the auth interceptor should block unauthenticated requests,
this check prevents potential nil pointer panic if fetchCurrentUser
returns (nil, nil).
3 weeks ago
..
api/v1 fix: add nil check for currentUser in DeleteUser 3 weeks ago
fileserver fix: add access control checks for attachments, comments, and reactions 3 weeks ago
frontend
rss