Description of problem: libreport allows users to put a problem item (e.g. environ) on the list of items excluded from reporting, but the current implementation is extremely non-user friendly. The list is stored in an event XML configuration file in /usr/share/libreport/events/ directory (man report_event.conf /exclude-items). So, it is almost impossible for a user to extend the list, if he knows that a certain problem item will always contain security sensitive information. Hence libreport shall allow users to comfortably extend the list of excluded items in system-wide way and per-user way. Note: Users can exclude any problem item in the GUI right before publishing the data. This report is about making this action automatic.
Upstream commit https://github.com/abrt/libreport/commit/be51e81fa50649fc0f8612d4f7f522ce0fbb2f11 fixes this bug. A new configuration option AlwaysExcludedElements holding a list of excluded elements has been introduced. If you want to exclude environment variables from bug reports, put 'environ' on that list in /etc/libreport/libreport.conf or ~/.config/abrt/settings/libreport.conf