Valtimo has sensitive data exposure through HTTP request/response logging in LoggingRestClientCustomizer
Summary The LoggingRestClientCustomizer in the web module automatically intercepts all outgoing HTTP calls made via Spring's RestClient and logs the full request body, response body, and response headers. When an error response is received, this information is included in the thrown...