π¦ FlaskBank v2.1.1 β Patch Release
π Security & Compliance
- Updated 
SECURITY.mdto clearly document how and where to submit security advisories. 
π Bug Fixes
- 
Wallet Parsing Fix:
Resolved a critical bug inlogin.jsthat caused certain wallet names containing invalid characters to fail (resulting in 404 errors). The input is now validated properly before proceeding. - 
Runtime Configuration:
Reverted unintended inclusion ofapp.run(debug=True)and restored correct production-readywaitress.serveconfiguration. - 
General Stability Improvements:
Fixed multiple major issues affecting wallet loading, parsing, login flows, and request handling. These improvements ensure smoother and more reliable backend behavior. 
π§© Issue Templates
- Renamed and reorganized issue template 
.ymlfiles to follow GitHubβs recommended structure under.github/ISSUE_TEMPLATE/. New templates added for streamlined contribution. 
Full Changelog: v2.1.0...v2.1.1