Skip to content

Sanitize request parameters in exceptions_json.log

Stan Hu requested to merge sh-sanitize-api-request-parameters into master

If an exception occurred from the API, some parameters from the request may be stored unfiltered in exceptions_json.log. We now use our internal parameter filters to ensure they are cleaned before writing them to the logs.

Closes https://gitlab.com/gitlab-org/gitlab/issues/202132

Edited by Stan Hu

Merge request reports

Loading