fix: resolve remaining bandit warnings and stabilize lifespan
This commit is contained in:
@@ -52,7 +52,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
|
|||||||
"must_change_password": True # nosec B105
|
"must_change_password": True # nosec B105
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
except Exception:
|
except Exception: # nosec B110
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Start background ingestion task
|
# Start background ingestion task
|
||||||
|
|||||||
Reference in New Issue
Block a user