fix: harden authentication and file access security

This commit is contained in:
whyour
2026-09-05 18:19:01 +08:00
parent be2580d0e8
commit 4df52094f2
26 changed files with 1165 additions and 99 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ test('initialization returns the username and password validation result', async
paths: [],
};
Container.get = () => ({
updateUsernameAndPassword: async () => ({
initializeUser: async () => ({
code: 400,
message: 'password rejected',
}),