You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick description
There is an unsafe extraction of a tarfile in the setup_tools.py. A good practice would be to validate that the destination file path is present in the destination directory and that they are valid directories, not doing this may cause files to be overwritten within the destination directory to be overwritten.
Quick description
There is an unsafe extraction of a tarfile in the setup_tools.py. A good practice would be to validate that the destination file path is present in the destination directory and that they are valid directories, not doing this may cause files to be overwritten within the destination directory to be overwritten.
In line 63 to 65
I believe a better way would be to use
In my pull request this function will be found in tar_validation.py
The text was updated successfully, but these errors were encountered: