Sanitize username to prevent single-instance detection failure (#12559)

---------

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
Siddhant Shekhar 2025-11-01 19:55:10 +05:30 committed by GitHub
parent f927c4c41a
commit d9ccf767d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 61 additions and 11 deletions

View file

@ -41,6 +41,8 @@ private slots:
void testGetMimeType();
void testGetMimeTypeByFileInfo();
void testIsTextMimeType();
void testCleanUsername();
void testCleanUsername_data();
};
#endif // KEEPASSX_TESTTOOLS_H