Fix XSS, CSRF, input validation, and related security issues

This commit is contained in:
2026-04-14 16:00:50 -05:00
parent e0f04ea971
commit 270acc0430
7 changed files with 86 additions and 33 deletions
+1
View File
@@ -1,4 +1,5 @@
Flask>=3.0,<4.0
Flask-WTF>=1.2,<2.0
SQLAlchemy>=2.0,<3.0
PyMySQL>=1.1,<2.0
waitress>=3.0,<4.0