-
Notifications
You must be signed in to change notification settings - Fork 112
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
Reference to Python mitigation #4
Comments
Thanks for your feedback - we'll review and add to the README. Thanks -- Simon |
Python tarfile appears to be vulnerable. https://bugs.python.org/issue17102 |
thanks @nozmore , we're in contact with the python dev team to give them a short heads-up (although as you point out, this has been a known issue for a long time) and we'll add this to the README. |
@tirkarthi we're considering what would be the best way to include non-vulnerable libraries (and languages, for that matter), for now - we included the vulnerable python |
@aviadatsnyk can you update the website? Right now it has no indication of the tarfile problem:
|
@epicfaace - we'll def look into it, thank you! |
Python seems to do some mitigation which can be added to the README
Source : https://news.ycombinator.com/item?id=17237665
https://docs.python.org/3/library/zipfile.html?highlight=zipfile#zipfile.ZipFile.extract
The text was updated successfully, but these errors were encountered: