Skip to content

Default use of /tmp/xx for the cache is probably unsafe #26

Description

@chewi

Predictable temporary filenames are a security risk. See the OWASP guidance. I would suggest using Python's TemporaryDirectory by default instead. Users who need to persist the cache can do so in their own safely-created location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions