-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Pytorch Load / Save Plugin #1114
Commits on Mar 3, 2024
-
This plugin checks for the use of `torch.load` and `torch.save`. Using `torch.load` with untrusted data can lead to arbitrary code execution, and improper use of `torch.save` might expose sensitive data or lead to data corruption. Signed-off-by: Luke Hinds <luke@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for 8b92a02 - Browse repository at this point
Copy the full SHA 8b92a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8296ac - Browse repository at this point
Copy the full SHA b8296acView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for d14ae6e - Browse repository at this point
Copy the full SHA d14ae6eView commit details
Commits on Mar 4, 2024
-
Signed-off-by: Luke Hinds <luke@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for 74f0f2a - Browse repository at this point
Copy the full SHA 74f0f2aView commit details -
Signed-off-by: Luke Hinds <luke@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for f0fe02f - Browse repository at this point
Copy the full SHA f0fe02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d96e9b3 - Browse repository at this point
Copy the full SHA d96e9b3View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 407b9cd - Browse repository at this point
Copy the full SHA 407b9cdView commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7da10e7 - Browse repository at this point
Copy the full SHA 7da10e7View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11e00d8 - Browse repository at this point
Copy the full SHA 11e00d8View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 30c8a61 - Browse repository at this point
Copy the full SHA 30c8a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7de57 - Browse repository at this point
Copy the full SHA fc7de57View commit details
Commits on Aug 26, 2024
-
Update bandit/plugins/pytorch_load_save.py
Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a1bdd8 - Browse repository at this point
Copy the full SHA 0a1bdd8View commit details
Commits on Sep 14, 2024
-
Update bandit/plugins/pytorch_load_save.py
Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a25b293 - Browse repository at this point
Copy the full SHA a25b293View commit details -
Update doc/source/plugins/b704_pytorch_load_save.rst
Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97c6e3c - Browse repository at this point
Copy the full SHA 97c6e3cView commit details -
Update bandit/plugins/pytorch_load_save.py
Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5df2039 - Browse repository at this point
Copy the full SHA 5df2039View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0aa43 - Browse repository at this point
Copy the full SHA db0aa43View commit details