Skip to content

Commit b1d7c63

Browse files
authored
feat: add asyncio as malicious (#30)
1 parent 15c0dbd commit b1d7c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/picklescan/scanner.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def __str__(self) -> str:
121121
"_pickle": "*",
122122
"bdb": "*",
123123
"pdb": "*",
124+
"asyncio": "*",
124125
}
125126

126127
#

0 commit comments

Comments
 (0)