Skip to content

Commit 324103e

Browse files
Potential fix for pull request finding 'CodeQL / 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 1446742 commit 324103e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/remote-control-server/src

packages/remote-control-server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const port = config.port;
7272
const host = config.host;
7373

7474
console.log(`[RCS] Remote Control Server starting on ${host}:${port}`);
75-
console.log(`[RCS] API Keys configured: ${config.apiKeys.length}`);
75+
console.log("[RCS] API key configuration loaded");
7676
console.log(`[RCS] Base URL: ${config.baseUrl || `http://localhost:${port}`}`);
7777
console.log(`[RCS] Disconnect timeout: ${config.disconnectTimeout}s`);
7878

0 commit comments

Comments
 (0)