-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added basic security prompts #178
Conversation
Working on radon-project#177
Some tests are failing because of the prompts when the tests are trying to reading files (or other stuff). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For every actions we can use a flag to allow that without prompt. Similar to that --unsafe
or -u
flag.
If there is network access required then it should be given using a flag in the shell while running the script. And same goes for other accesses.
Else everything is LGTM. 👍🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything is looking good to me as a basic security setup for now. Will improve with time.
Working on #177