Skip to content

Commit 9fd3614

Browse files
committed
remove more
1 parent 6af1c00 commit 9fd3614

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ ignore = [
9393
"S101", # todo: Use of `assert` detected
9494
"S105", "S106", "S107", # todo: Possible hardcoded password: ...
9595
"S113", # todo: Probable use of requests call without timeout
96-
# "S301", # todo: `pickle` and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue
97-
# "S324", # todo: Probable use of insecure hash functions in `hashlib`
98-
# "S403", # todo: `pickle`, `cPickle`, `dill`, and `shelve` modules are possibly insecure
9996
"S404", # todo: `subprocess` module is possibly insecure
10097
"S602", # todo: `subprocess` call with `shell=True` identified, security issue
10198
"S603", # todo: `subprocess` call: check for execution of untrusted input

0 commit comments

Comments
 (0)