Skip to content

Get rid of pickle. #14016

@KOLANICH

Description

@KOLANICH
self.db = PickleShareDB(os.path.join(self.profile_dir.location, 'db'))

is like

self.db = exec((Path(self.profile_dir.location) / 'backdoor.py').read_text())

, but worse: at least we can audit contents of backdoor.py with a text editor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions