π¦ FlaskBank v2.1.1 β Patch Release
π Security & Compliance
- Updated
SECURITY.md
to clearly document how and where to submit security advisories.
π Bug Fixes
-
Wallet Parsing Fix:
Resolved a critical bug inlogin.js
that 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.serve
configuration. -
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
.yml
files to follow GitHubβs recommended structure under.github/ISSUE_TEMPLATE/
. New templates added for streamlined contribution.
Full Changelog: v2.1.0...v2.1.1