From 292208e22d322a93035a25e2633d35db919d9c10 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 28 Sep 2025 04:54:27 +0300 Subject: [PATCH] build: update bandit rules --- .bandit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bandit.yml b/.bandit.yml index 1773bf5..5acd372 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -5,4 +5,5 @@ skips: - B403 # We are using pickle for tests only - B404 # Using subprocess library - B602 # subprocess call with shell=True identified -- B110 # Try, Except, Pass detected. \ No newline at end of file +- B110 # Try, Except, Pass detected. +- B104 # Possible binding to all interfaces. \ No newline at end of file