Move hardcoded Gmail app password out of reminders.py into env #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: critical
Category: security
Location:
reminders.py:11-12Problem
APP_PASSWORDis set to a live Gmail app password hardcoded in source (value redacted here) — it is now committed in git history on Gitea and readable by anyone with repo access.Suggested fix
Rotate the password immediately, then read it from
os.environ["GMAIL_APP_PASSWORD"]. Document in .env.example.Filed by automated code review.