Skip to content

Commit 1d71749

Browse files
authored
fix: do not log headers (#115)
1 parent b93bca6 commit 1d71749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_scan/verify_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def analyze_scan_path(
113113
}
114114
headers.update(additional_headers)
115115

116-
logger.debug("Analyzing scan path with URL: %s and headers: %s", url, headers)
116+
logger.debug(f"Analyzing scan path with URL: {url}")
117117
payload = VerifyServerRequest(
118118
root=[
119119
server.signature.model_dump() if server.signature else None

0 commit comments

Comments
 (0)