RockteMQ-AI commented on issue #10760:
URL: https://github.com/apache/rocketmq/issues/10760#issuecomment-5162896187

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase.
   
   **Root Cause:** `AbstractSystemMessageSyncer.sendSystemMessage()` logs the 
full `data` object in three places (lines 112, 116, 120) when sending fails. 
The serialized system message payload can contain client/runtime metadata.
   
   **Impact:** Failure logs may expose complete system message payloads, 
risking unintended metadata exposure in proxy logs.
   
   **Severity:** low
   
   **Suggested fix:** Replace `data` with a compact summary (e.g. 
`data.getClass().getSimpleName()` + topic) in all three log statements. This 
preserves operational diagnostics without dumping the full object.
   
   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]

Reply via email to