diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-13 18:11:24 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-14 07:14:18 -0400 |
| commit | 2b4f1f99539c5b2eb74b108795676d3070a07e83 (patch) | |
| tree | 4bc8f1941b0de423993a15239ec8fb4e340d46b1 /docs | |
| parent | 4cc0baa98e8a5bb8f2cf91539d141cbc30af6f61 (diff) | |
[1.8.x] Fixed #25121 -- Added a warning that filtering sensitive information from error reporting isn't bulletproof
Backport of 84bc4f6cddfcb5fedc7586644d66d025476255ad from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/error-reporting.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 521acf59d3..a83351486a 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -114,6 +114,14 @@ and override its methods. Filtering error reports ----------------------- +.. warning:: + + Filtering sensitive data is a hard problem, and it's nearly impossible to + guarantee that sensitive won't leak into an error report. Therefore, error + reports should only be available to trusted team members and you should + avoid transmitting error reports unencrypted over the Internet (such as + through email). + Filtering sensitive information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
