In my recent commit to my PR #3543 bandit linter shows that the used library tarfile has high severity_score. However, I went through all the documentations of the repo and also of python.
I was not able to find any suitable method to extract tarfiles without using the tarfile library.
Even the utility functions that we have in async_utils.py use tarfile library as they call unpack_archive function from shutil.py which calls tarfile to unpack a tarfile.
Does anyone have any suggestions on how to tackle this problem?
@terriko @anthonyharrison @b31ngd3v @Rexbeast2