Skip to content

Commit

Permalink
feat: add asyncio as malicious (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate authored Sep 25, 2024
1 parent 15c0dbd commit b1d7c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/picklescan/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def __str__(self) -> str:
"_pickle": "*",
"bdb": "*",
"pdb": "*",
"asyncio": "*",
}

#
Expand Down

0 comments on commit b1d7c63

Please sign in to comment.