Feature #28384
closedWeb UI should not show "Full Trace" when someone provides invalid search input
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1767040
1). Proposed title of this feature request
Satellite web UI should not show "Full Trace" when someone provides invalid search input.
2). What is the nature and description of the request?
Currently when someone enters wrong input in search like ' https://satellite.example.com/templates/provisioning_templates?search=&page=1"taiyyib ' then it fails with error ' invalid value for Integer(): "1\"taiyyib" ' and provides option to check "Full trace"
In the "Full Trace" all the information related to installed gems and ruby package versions is available so it can be misused to find out possible security issues on the satellite server. This is concerning when the Satellite server is exposed over the internet.
Satellite web UI should not show the "Full Trace" error log when we provide any garbage value in page number-based search. It should throw a simple message like "invalid argument" or "Wrong input".
3). How would the customer like to achieve this? (List the functional requirements here)
Remove the stack trace ( "Full Trace") option and throw a simple message like "invalid argument" or "Wrong input"
4).Is there already an existing RFE upstream or in Red Hat Bugzilla?
No
5) . Does the customer have any specific timeline dependencies and which release would they like to target?
No
6). Is the sales team involved in this request and do they have any additional input?
No
7). Would the customer be able to assist in testing this functionality if implemented?
Yes