Skip to content

Commit

Permalink
[.bandit] Passed warnings as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mitrevski committed Dec 31, 2020
1 parent 97f3043 commit aa0d6b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .bandit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[bandit]
skips:
B403, # `import_pickle` (Consider possible security implications associated with these modules.)
B301, # `pickle` (Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.)
B311 # `random` (Standard pseudo-random generators are not suitable for security/cryptographic purposes.)
skips: ['B403', 'B301', 'B311']

0 comments on commit aa0d6b9

Please sign in to comment.