BillTracker/client/pages
null a9cdf846fe v0.19.2: fix legacy DB migration login failure + security hardening
CRITICAL fix: Users upgrading from pre-migration-tracking databases
(now get 'invalid username/password' because schema_migrations table
doesn't exist. Added handleLegacyDatabase() and
reconcileLegacyMigrations() to detect and reconcile legacy DBs.

Security fixes:
- Path traversal: replaced sanitizePath() with ALLOWED_FILES allowlist
- Public /about bypass: added admin route guard in App.jsx
- Sensitive info exposure: expanded redactSensitiveContent() patterns
- Error message path leaks: generic error messages only
- Race condition: wrapped in db.transaction() in server.js
- Password validation: INIT_REGULAR_PASS min 8 chars with process.exit(1)

All verified by Bishop (build + runtime) and Private_Hudson (security).
2026-05-09 18:25:25 -05:00
..
AboutPage.jsx v0.19.2: fix legacy DB migration login failure + security hardening 2026-05-09 18:25:25 -05:00
AdminPage.jsx push 2026-05-09 13:03:36 -05:00
AnalyticsPage.jsx push 2026-05-09 13:03:36 -05:00
BillsPage.jsx push 2026-05-09 13:03:36 -05:00
CalendarPage.jsx push 2026-05-09 13:03:36 -05:00
CategoriesPage.jsx push 2026-05-09 13:03:36 -05:00
DataPage.jsx push 2026-05-09 13:03:36 -05:00
DataPage.jsx.backup push 2026-05-09 13:03:36 -05:00
LoginPage.jsx push 2026-05-09 13:03:36 -05:00
ProfilePage.jsx push 2026-05-09 13:03:36 -05:00
ReleaseNotesPage.jsx push 2026-05-09 13:03:36 -05:00
SettingsPage.jsx push 2026-05-09 13:03:36 -05:00
StatusPage.jsx push 2026-05-09 13:03:36 -05:00
SummaryPage.jsx push 2026-05-09 13:03:36 -05:00
TrackerPage-bk.jsx push 2026-05-09 13:03:36 -05:00
TrackerPage.jsx push 2026-05-09 13:03:36 -05:00