Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secret Key Rotation #5428

Closed
antoninoLorenzo opened this issue Mar 1, 2024 · 1 comment
Closed

Secret Key Rotation #5428

antoninoLorenzo opened this issue Mar 1, 2024 · 1 comment

Comments

@antoninoLorenzo
Copy link

Hi everyone,

I have started working with Flask in the last month and I noticed that there could be an improvement on secret key managment for sessions; specifically I am taking as reference OWASP Top 10 Cryptographic Failures on the point where it talks about the importance of proper key managment (that isn't flask responsibility) and rotation.

I saw that there is a closed issue on that topic, however that was from 10 years ago, a lot of time passed so I thought it would be a nice thing pointing that out; I understand that this implies session invalidating when the secret key changes, but I think that this could be a choice left to developers based on security requirements of the specific system, therefore adding more flexibility.

If I am wrong in any way or it isn't feasible I hope that someone can provide me a good explanation about why.

@davidism davidism closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2024
@davidism
Copy link
Member

davidism commented Mar 1, 2024

Same previously closed discussions still apply.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants