RockteMQ-AI commented on issue #10728: URL: https://github.com/apache/rocketmq/issues/10728#issuecomment-5143180575
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `ConsumerProcessor.filterPopResult` at lines 190 and 236 logs `messageExt` directly in two error paths, which delegates to `Message.toString()` and exposes raw message payload bytes via `Arrays.toString(body)`. **Impact:** Proxy logs may contain sensitive message payload data when POP filtering fails or handle creation fails. **Severity:** medium — information exposure in logs, no functional impact on POP filtering behavior. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager-bot* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
