You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/02 19:26:41 UTC

[GitHub] [couchdb-ibrowse] iilyak opened a new pull request #3: Filter out sensitive info from state

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:
users@infra.apache.org


With regards,
Apache Git Services