From c617f0b16f1db285e38828aa339ea1186be7a4bc Mon Sep 17 00:00:00 2001 From: Ntp9413 <156957724+Ntp9413@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:06:25 -0400 Subject: [PATCH] Update Bandit to ignore secure random warning (#3554) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b59eed0043c..e06ff451bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,4 +38,4 @@ timeout = 300 [tool.bandit] exclude_dirs = ["./testsuite", "*/tests/*", "*/testsuite/*", "utils/test_generate_last_commit_file.py"] -skips = ["B324","B110", "B101", "B112", "B404"] +skips = ["B324","B110", "B101", "B112", "B311", "B404"]