Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Avoid use of pandas.read_pickle #639

Closed
ianhelle opened this issue Mar 14, 2023 · 1 comment
Closed

[Bug]: Avoid use of pandas.read_pickle #639

ianhelle opened this issue Mar 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ianhelle
Copy link
Contributor

Describe the bug
This could be used to get user to load arbitrary python code.
We use if for caching in Mordor driver and some demo tables in LocalData driver

Expected behavior
Use benign data format to cache read from.

Additional context
Bandit error B310

@ianhelle ianhelle added the bug Something isn't working label Mar 14, 2023
@ianhelle ianhelle self-assigned this Mar 14, 2023
ianhelle added a commit that referenced this issue Mar 14, 2023
Suppress bandit warnings on loading pickled DFs.
Tracking in issue #639
@FlorianBracq
Copy link
Collaborator

Maybe related to #709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants