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 in code is a security vulnerability #11

Closed
robvdl opened this issue Aug 11, 2014 · 0 comments
Closed

SECRET_KEY in code is a security vulnerability #11

robvdl opened this issue Aug 11, 2014 · 0 comments

Comments

@robvdl
Copy link
Contributor

robvdl commented Aug 11, 2014

The lwp.py file has a SECRET_KEY stored in the code, this is a security vulnerability as all lwp installations are using the same secret key which is known.

This should be read from the config file instead, with a clear comment in the example config file that the user should put a random secret key of their own in order to properly secure their lwp installation.

@robvdl robvdl changed the title SECRET_KEY in code is a security vulnverability SECRET_KEY in code is a security vulnerability Aug 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant