AuReMe / metage2metabo

From annotated genomes to metabolic screening in large scale microbiotas
https://metage2metabo.readthedocs.io
GNU Lesser General Public License v3.0
50 stars 7 forks source link

Sanitize use of tarfile extractall. #55

Closed ArnaudBelcour closed 8 months ago

ArnaudBelcour commented 8 months ago

Following PR https://github.com/AuReMe/metage2metabo/pull/44, we should implement a function to check that only files in the output folder are modified during the tar extraction.

It is not a critical issue in our case (as the used tarfile has been created by us and contain only metabolic networks) but it is useful to have this implemented.

ArnaudBelcour commented 8 months ago

Added in PR #59.