Skip to content

Commit

Permalink
Update bandit/plugins/pytorch_load_save.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Brown <ericwb@users.noreply.github.com>
  • Loading branch information
lukehinds and ericwb authored Sep 14, 2024
1 parent 0a1bdd8 commit a25b293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/plugins/pytorch_load_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@


@test.checks("Call")
@test.test_id("B613")
@test.test_id("B614")
def pytorch_load_save(context):
"""
This plugin checks for the use of `torch.load` and `torch.save`. Using
Expand Down

0 comments on commit a25b293

Please # to comment.