A security or vulnerability scan (such as manual penetration test) flags a finding: "Sensitive Data in Query String Parameter." The report indicates that sensitive information, such as "username" and "email address," is sent to the server through URL query string parameters during administrative tasks or user filtering.
API Developer Portal 5.x
The API Developer Portal uses query parameters in GET endpoints to allow administrators to filter and search through user lists or other entities. When an administrator types a search term (e.g., a username or email) into the search bar, that value is appended to the URL as a query string parameter to execute the request.
Broadcom Engineering has investigated this finding (Reference: DE681961) and determined that it represents a low-risk behavior rather than a security vulnerability for the following reasons:
Recommendation: This finding can be marked as "Risk Accepted" or "Unavoidable" in security reports, as it is a functional requirement for administrative filtering and occurs only within a secured, authenticated context.