We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The python history file (~./pythonhist by default), is created with world readable permissions (644).
~./pythonhist
(venv)chris:~/ $ ls -l ~/.pythonhist -rw-r--r-- 1 chris staff 46 Feb 23 11:14 /Users/chris/.pythonhist
This can allow other users on the system to read bpython history, which may include passwords / API keys etc.
I believe the permissions should be 600 upon file creation.
The text was updated successfully, but these errors were encountered:
d4d9616
Set mod of history file to 0600 (fixes #489)
28510c9
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at> (cherry picked from commit d4d9616)
No branches or pull requests
The python history file (
~./pythonhist
by default), is created with world readable permissions (644).This can allow other users on the system to read bpython history, which may include passwords / API keys etc.
I believe the permissions should be 600 upon file creation.
The text was updated successfully, but these errors were encountered: