Skip to content

Commit e3e3b78

Browse files
authored
1 parent c72af80 commit e3e3b78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devops/bandit.config

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
# B317 : xml_bad_sax
4141
# B318 : xml_bad_minidom
4242
# B319 : xml_bad_pulldom
43-
# B320 : xml_bad_etree
4443
# B321 : ftplib
4544
# B323 : unverified_context
4645
# B324 : hashlib_new_insecure_functions
@@ -53,7 +52,6 @@
5352
# B407 : import_xml_expat
5453
# B408 : import_xml_minidom
5554
# B409 : import_xml_pulldom
56-
# B410 : import_lxml
5755
# B411 : import_xmlrpclib
5856
# B412 : import_httpoxy
5957
# B413 : import_pycrypto
@@ -83,7 +81,7 @@
8381
# IPAS Required Checkers. Do not disable these
8482
# Additional checkers may be added if desired
8583
tests:
86-
[ 'B301', 'B302', 'B303', 'B304', 'B305', 'B306', 'B308', 'B310', 'B311', 'B312', 'B313', 'B314', 'B315', 'B316', 'B317', 'B318', 'B319', 'B320', 'B321', 'B323', 'B324', 'B401', 'B402', 'B403', 'B404', 'B405', 'B406', 'B407', 'B408', 'B409', 'B410', 'B411', 'B412', 'B413']
84+
[ 'B301', 'B302', 'B303', 'B304', 'B305', 'B306', 'B308', 'B310', 'B311', 'B312', 'B313', 'B314', 'B315', 'B316', 'B317', 'B318', 'B319', 'B321', 'B323', 'B324', 'B401', 'B402', 'B403', 'B404', 'B405', 'B406', 'B407', 'B408', 'B409', 'B411', 'B412', 'B413']
8785

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

0 commit comments

Comments
 (0)