Skip to content

Commit 7c16055

Browse files
Potential fix for code scanning alert no. 6: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 4771932 commit 7c16055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

teaagent/cli/_handlers/_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def mcp_serve_command(args: argparse.Namespace) -> int:
4444
parts = spec.split(':', 2)
4545
if len(parts) != 3:
4646
print(
47-
f'Invalid --oauth-client format: {spec} (expected ID:SECRET:REDIRECT_URI)',
47+
'Invalid --oauth-client format (expected ID:SECRET:REDIRECT_URI).',
4848
file=sys.stderr,
4949
)
5050
return 1

0 commit comments

Comments
 (0)