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

Cifar format is not secure #327

Closed
zhiltsov-max opened this issue Jul 5, 2021 · 0 comments · Fixed by #362
Closed

Cifar format is not secure #327

zhiltsov-max opened this issue Jul 5, 2021 · 0 comments · Fixed by #362
Labels
BUG Something isn't working

Comments

@zhiltsov-max
Copy link
Contributor

Cifar implementation is based on pickle, which can run arbitrary code on unpickling. It must be fixed.

https://security.stackexchange.com/questions/183966/safely-load-a-pickle-file

@zhiltsov-max zhiltsov-max added the BUG Something isn't working label Jul 5, 2021
@yasakova-anastasia yasakova-anastasia linked a pull request Jul 16, 2021 that will close this issue
7 tasks
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

Successfully merging a pull request may close this issue.

1 participant