Skip to content

update tarfile behavior #74

@orbeckst

Description

@orbeckst

Running the tests in py 3.12 I got the warning:

~/anaconda3/envs/py312/lib/python3.12/tarfile.py:2220: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
    warnings.warn(

We need to look into what changes and how we need to adapt the current code (possibly just say "extract all files, I know they are ok").

This may be related to security risks mentioned in PR #58.

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