From 6133e08d26f3c24e279872d0a85d221f078518a9 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 4 Feb 2025 15:43:20 -0800 Subject: [PATCH] Update bug template to include latest released versions (#1218) The bug template should include a drop down selection for newly released Bandit versions 1.8.1 and 1.8.2. --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4569f95dc..c968cc475 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -44,7 +44,9 @@ body: label: Bandit version description: Run "bandit --version" if unsure of version number options: - - 1.8.0 (Default) + - 1.8.2 (Default) + - 1.8.1 + - 1.8.0 - 1.7.10 - 1.7.9 - 1.7.8