-
Notifications
You must be signed in to change notification settings - Fork 40
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
[WIP] apply Snyk suggestions #450
base: master
Are you sure you want to change the base?
Conversation
Some issues description
|
Thanks a lot @BishopWolf ! However, we are in the process of a large refactoring #404 . It will be easier to start snyk once this PR is merged (within the next few days I think), otherwise we may have lot of conflict. |
The issues are easy to fix, so you can incorporate them into the same PR. Just review the list of descriptions. |
Thanks for the suggestions. We have indeed already incorporated many of them while doing the massive refactoring, e.g. opening files within a context, etc. We'll further consider your suggestions, possibly after finishing the current refactoring. |
Concerning the exit(): We are planning to raise exceptions rather than calling sys.exit() wherever possible. What is your opinion on this? |
Raising/Handling exceptions is always preferable to exit. Rules:
|
Clean issues caught by Snyk