Open J3SSY-ANDU opened 1 month ago
@J3SSY-ANDU Please add where is this task linked to the professor's guidelines OR which lecture is this from and how you're linking it to the project.
@YanehRuiz Updated the lecture topic task to follow the guidelines for milestone 3.
✅ Objective
Apply fuzzing techniques to the authentication system to identify unexpected crashes, unhandled exceptions, or security vulnerabilities caused by malformed or unpredictable inputs.
📚 Guidelines, Feedback, and Lectures
jest-fuzz
or simple randomized test generators can be used in JavaScript/TypeScript.✅ Checklist
🧪 Testing and Debugging:
faker.js
,jest-fuzz
, or custom generators for random input.⏳ Deadline
End of Milestone 3