Add comprehensive security tests for authentication, roles, and user management

- Enhance `test-auth.sh` with SQL injection, XSS, and credential validation tests.
- Extend `test-roles-permissions.sh` to include unauthorized access and duplicate role creation tests.
- Improve `test-users.sh` with checks for invalid emails, duplicate users, and unauthorized actions.
- Introduce `test-security.sh` for thorough security assessments including CSRF, SQL injection, XSS, rate limiting, and session management.
- Add `.serena.gitignore` and `.serena/project.yml` for project configuration and file management.
This commit is contained in:
MythEclipse
2025-10-27 16:33:08 +07:00
parent 1a36698962
commit d5ccf4cf75
10 changed files with 853 additions and 850 deletions
+1
View File
@@ -0,0 +1 @@
/cache