uqwteryu / Supermarket---5CS024

An e-commerce supermarket C# program designed to facilitate online shopping, featuring product browsing, a shopping cart, user authentication, and payment processing.
MIT License
1 stars 0 forks source link

Improve Input Sanitization and Restriction Mechanisms #6

Closed phantom0004 closed 7 months ago

phantom0004 commented 7 months ago

Enhancements are needed for input sanitization and restrictions across the Register and Login forms to further secure the application. This includes:

The implementation will bolster the application's defense against common vulnerabilities.

phantom0004 commented 7 months ago

This implementation has been fully implemented on my end.