From 0d003f62e35118645cf4dd416cf8a50d23277c05 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 19 Jan 2026 03:45:39 +0200 Subject: [PATCH] ops: update bandit checklist --- .bandit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bandit.yml b/.bandit.yml index f74f22f..bd06507 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -7,4 +7,5 @@ skips: - B602 # subprocess call with shell=True identified - B110 # Try, Except, Pass detected. - B104 # Possible binding to all interfaces. -- B301 # Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. \ No newline at end of file +- B301 # Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. +- B108 # Probable insecure usage of temp file/directory. \ No newline at end of file