Skip to content

Commit eea81e2

Browse files
committed
skipping false positive security audit
1 parent 60b50b8 commit eea81e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ version-file = "ble_mcp_server/_version.py"
8686

8787
[tool.bandit]
8888
exclude_dirs = ["tests"]
89-
skips = ["B110"] # try-except-pass is intentional for best-effort BLE cleanup
89+
skips = ["B110", "B106"] # B110: try-except-pass for BLE cleanup; B106: token_type="bearer" is not a hardcoded password

0 commit comments

Comments
 (0)