Skip to content

Commit 7e693a9

Browse files
authored
Update ipas_default.config (#848)
Removed B309 from blacklist of Bandit (1.7.5)
1 parent 39b9aa6 commit 7e693a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ipas_default.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
# B306 : mktemp_q
3131
# B307 : eval
3232
# B308 : mark_safe
33-
# B309 : httpsconnection
3433
# B310 : urllib_urlopen
3534
# B311 : random
3635
# B312 : telnetlib
@@ -85,7 +84,7 @@
8584
# IPAS Required Checkers. Do not disable these
8685
# Additional checkers may be added if desired
8786
tests:
88-
[ 'B301', 'B302', 'B303', 'B304', 'B305', 'B306', 'B308', 'B309', 'B310', 'B311', 'B312', 'B313', 'B314', 'B315', 'B316', 'B317', 'B318', 'B319', 'B320', 'B321', 'B323', 'B324', 'B325', 'B401', 'B402', 'B403', 'B404', 'B405', 'B406', 'B407', 'B408', 'B409', 'B410', 'B411', 'B412', 'B413']
87+
[ 'B301', 'B302', 'B303', 'B304', 'B305', 'B306', 'B308', 'B310', 'B311', 'B312', 'B313', 'B314', 'B315', 'B316', 'B317', 'B318', 'B319', 'B320', 'B321', 'B323', 'B324', 'B325', 'B401', 'B402', 'B403', 'B404', 'B405', 'B406', 'B407', 'B408', 'B409', 'B410', 'B411', 'B412', 'B413']
8988

9089
# (optional) list skipped test IDs here, eg '[B101, B406]':
9190
# The following checkers are not required but be added to tests list if desired

0 commit comments

Comments
 (0)