iilyak opened a new pull request #3: Filter out sensitive info from state
URL: https://github.com/apache/couchdb-ibrowse/pull/3
 
 
   The `ibrowse_http_client` is a `gen_server` process which is a subject to a 
known issue which causes leaking of sensitive data into the log. This PR 
implements `format_status/2` to be compatible with new feature of `couch_log` 
application (introduced in 
   https://github.com/apache/couchdb/pull/2627) in order to filter out 
sensitive data from `LastMsg` and `State`.
   
   **Note**: Unfortunately this means that we would have to always maintain a 
fork. Unless we eventually switch to different HTTP client library or wrap 
`ibrowse_http_client` somehow. Although improved security might justify the 
increased burden.
   
   This is a companion PR for  https://github.com/apache/couchdb/pull/2627

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to