Open
Description
Description: The application may be susceptible to XSS attacks if user inputs are not properly sanitized and escaped. Malicious users could inject harmful scripts that execute in the context of other users' browsers.
Recommendation: Implement input validation and use Flask's built-in features to escape outputs in templates.
Activity