We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inspect Flask Session/Cookie configuration and compare with best practice
The text was updated successfully, but these errors were encountered:
I would love to work? Any pointers on how to start with security?
Sorry, something went wrong.
@shankarj67 before it can be coded, we have to work out what all the "bad practices" are for handling sessions in Flask.
This seems like a good resource to start with
https://pythonise.com/series/learning-flask/flask-session-object
Then fork this repo https://github.com/tonybaloney/pycharm-security-testing and install the plugin into PyCharm.
Create an example Flask app with all the "bad practices".
Sure, thank you for the resources.
I will create a flask app and check everything related to sessions.
No branches or pull requests
Inspect Flask Session/Cookie configuration and compare with best practice
The text was updated successfully, but these errors were encountered: