Skip to content

Commit 21fa48a

Browse files
Expand UNSAFE_IMPORTS blocklist (GHSA-pc6j-px3p-rrj4)
Add missing `test` entry from previous commit.
1 parent bbeeb0c commit 21fa48a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fickling/fickle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __post_init__(self) -> None:
9797
"unittest",
9898
# Attribute access (getattr equivalent bypasses)
9999
"inspect",
100+
"test",
100101
# Operator module bypasses
101102
"_operator",
102103
"operator",

0 commit comments

Comments
 (0)