The error tickets created by the framework are great for debugging, however depending on where a failure can include, they can include very sensitive information like user ID + password combinations.Is it possible to filter certain fields out of the tickets such as user name / password? It seems like snapshot could be updated to include some sort of filter.
Having some sort of filter criteria would make sense to me. For example, a list of arguments and variables to redact / filter.
I feel like I am missing something, so forgive me if I sound sarcastic, it's not intended.
The framework should present the ability to add an instance level filter of arguments, variables, and function calls that should be redacted from the ticket.In my use case, I am concerned with the password, in other environments there may be concerns of other data being exposed in variables, arguments, or function calls. For example, ABA routing / account numbers, cc numbers (hopefully these would all be going through another interface), user demographic information, etc.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can errror messags and tickets in production not be restricted to server log files and disabled to be displayed for users or at least the ticket itself made inaccessbile to normal users?