mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
Potential fix for code scanning alert no. 3961: 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:
parent
295c0de26e
commit
58348ffc7b
1 changed files with 2 additions and 3 deletions
|
|
@ -164,9 +164,8 @@ class ManusResponsesAPIConfig(OpenAIResponsesAPIConfig):
|
|||
if extra_body:
|
||||
base_request.update(extra_body)
|
||||
|
||||
verbose_logger.debug(
|
||||
f"Manus: Using agent_profile={agent_profile}, task_mode=agent"
|
||||
)
|
||||
# Avoid logging potentially sensitive agent_profile value
|
||||
verbose_logger.debug("Manus: Using task_mode=agent")
|
||||
|
||||
return base_request
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue