Skip to content

discussion: bandit linter showing high severity_score for tarfile library #3841

@joydeep049

Description

@joydeep049

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions