Browse Source
Backport #15895 Storing these credentials is a liability. * Encrypt credentials with SECRET_KEY before persisting to task queue table (they need to be persisted due to the nature of the task queue) - security in depth: helps when attacker has access to DB only, but not app.ini * Delete all credentials (even encrypted) from the task table, once the migration is done, for safety - security in depth: minimizes leaked data if attacker gains access to snapshot of both DB and app.initags/v1.14.3
zeripath
4 years ago
committed by
GitHub
3 changed files with 69 additions and 5 deletions
Loading…
Reference in new issue