Potential fix for code scanning alert no. 3990: Clear-text logging of sensitive information

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Sameer Kankute 2026-01-16 17:03:09 +05:30
parent eebe23197f
commit ec4fae59c2

View file

@ -2174,7 +2174,7 @@ def _is_orphaned_tool_result(
if not found_matching_tool_call:
verbose_logger.debug(
f"_is_orphaned_tool_result: Found orphaned tool result with tool_call_id={tool_call_id}"
"_is_orphaned_tool_result: Found orphaned tool result with redacted tool_call_id"
)
return True