summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-03-10 12:33:28 -0800
committerTim Burke <tburke@nvidia.com>2023-04-06 16:11:18 +0000
commitf94f6a2bcb1b8df34ba079056c5aa129b0f21cee (patch)
treeddb30e536e6fa92858f7006a211a6b7ddb95332d
parentead53ba0c89ee9721981fcfc3784b335b4aef0ad (diff)
downloadswift-stable/wallaby.tar.gz
Drop bandit check B309stable/wallaby
It was retired upstream: https://github.com/PyCQA/bandit/pull/858 Continuing to list it causes CI failures like ERROR Unknown test found in profile: B309 Change-Id: I52c535bd2078f25bb57c42a2c2c966247cd3094b (cherry picked from commit 479a010165cefccf8da522e99a478ab9c780e9cd)
-rw-r--r--bandit.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bandit.yaml b/bandit.yaml
index ed1c2b61e..7e9f58542 100644
--- a/bandit.yaml
+++ b/bandit.yaml
@@ -27,7 +27,6 @@
# B306 : mktemp_q
# B307 : eval
# B308 : mark_safe
-# B309 : httpsconnection
# B310 : urllib_urlopen
# B311 : random
# B312 : telnetlib
@@ -80,7 +79,7 @@
# B703 : django_mark_safe
# (optional) list included test IDs here, eg '[B101, B406]':
-tests: [B102, B103, B302, B303, B304, B305, B306, B308, B309, B310, B401, B501, B502, B506, B601, B602, B609]
+tests: [B102, B103, B302, B303, B304, B305, B306, B308, B310, B401, B501, B502, B506, B601, B602, B609]
# (optional) list skipped test IDs here, eg '[B101, B406]':
skips: