RockteMQ-AI commented on issue #2678:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/2678#issuecomment-5452941254

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   **Root Cause:** Tencent Cloud ACL and topic subscription inventory queries 
silently truncate results when the API returns paginated responses. The code 
does not handle pagination, so only the first page of results is displayed.
   **Impact:** Operators with large ACL/subscription configurations see 
incomplete inventories without any warning — this can lead to missed security 
misconfigurations or subscription errors.
   **Severity:** High — silent data truncation in security-relevant (ACL) 
inventory is dangerous.
   
   The evidence clearly shows the pagination handling is missing. The fix 
should:
   1. Implement proper pagination for Tencent Cloud API calls.
   2. Aggregate all pages before returning the inventory.
   3. Add a warning or indicator if the total count approaches known API limits.
   
   ---
   *Automated evaluation by RockteMQ-AI*


-- 
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