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:12:21 -0400 |
| commit | 84bc4f6cddfcb5fedc7586644d66d025476255ad (patch) | |
| tree | b7c2a68a7ddcb09a070534618eb963a8e10c3fb7 /docs/howto/error-reporting.txt | |
| parent | 8f8c54f70bfa3aa8e311514297f1eeded2c32593 (diff) | |
Fixed #25121 -- Added a warning that filtering sensitive information from error reporting isn't bulletproof
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -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 afa6da0ff6..da7d487cdc 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
