ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Security Test Creation #47

Open rockandfire opened 2 months ago

rockandfire commented 2 months ago

Abstract: Execute security testing specifically focused on the login mechanism.

Create scenarios which verify the security of the login system. For example, pass malformed data (SQL injection, XSS, etc.), or default login information for the service.

Definition of Done: The login system passes all security tests.

ferialna commented 2 months ago

Make sure to test for secure data transmission too.