Security: redact query strings + WS payloads from logs#206
Closed
its-DeFine wants to merge 1 commit intocloudflare:mainfrom
Closed
Security: redact query strings + WS payloads from logs#206its-DeFine wants to merge 1 commit intocloudflare:mainfrom
its-DeFine wants to merge 1 commit intocloudflare:mainfrom
Conversation
PetrAnto
referenced
this pull request
in PetrAnto/moltworker
Feb 24, 2026
…lock - Bump openclaw 2026.2.3 → 2026.2.6-3 in Dockerfile (upstream PR #204) - Add redactWsPayload() to sanitize sensitive fields (api_key, token, auth, etc.) from WebSocket debug logs (upstream PR #206) - Add container-level lock file to prevent concurrent R2 sync operations, with 5-min stale lock cleanup (upstream PRs #199, #202) - Add logging.test.ts for redaction utilities https://claude.ai/code/session_01K2mQTABDGY7DnnposPdDjw
Member
|
Superseded by PR #133 (merged Feb 2), which implemented query param redaction and gated WS payload logging behind |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redacts sensitive data from worker logs:
Motivation: prevent accidental credential leakage via logs.