1 parent 60b50b8 commit eea81e2Copy full SHA for eea81e2
1 file changed
pyproject.toml
@@ -86,4 +86,4 @@ version-file = "ble_mcp_server/_version.py"
86
87
[tool.bandit]
88
exclude_dirs = ["tests"]
89
-skips = ["B110"] # try-except-pass is intentional for best-effort BLE cleanup
+skips = ["B110", "B106"] # B110: try-except-pass for BLE cleanup; B106: token_type="bearer" is not a hardcoded password
0 commit comments