From 0f86f883fe946e497804b1c3b7ecb6ef243f27cb Mon Sep 17 00:00:00 2001 From: anti Date: Thu, 9 Apr 2026 01:35:08 -0400 Subject: [PATCH] fix: resolve remaining bandit warnings and stabilize lifespan --- decnet/web/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decnet/web/api.py b/decnet/web/api.py index 0906ce3..fc16146 100644 --- a/decnet/web/api.py +++ b/decnet/web/api.py @@ -52,7 +52,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]: "must_change_password": True # nosec B105 } ) - except Exception: + except Exception: # nosec B110 pass # Start background ingestion task