Skip to content

Commit

Permalink
fix(python): add dump/dumps method to pickle deserialization pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Jun 6, 2024
1 parent e0c6f60 commit 70cc8ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/python/lang/deserialization_of_user_input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ patterns:
values:
- load
- loads
- dump
- dumps
- variable: USER_INPUT
detection: python_shared_common_user_input
scope: result
Expand Down

0 comments on commit 70cc8ba

Please sign in to comment.