-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not send any paths that are not part of RPM package #141
Comments
Are you sure that we want to implement such a feature in satyr? What are the pros and cons of implementing this in satyr? I would rather implement it in ABRT and keep satyr as simple as it is possible. Users may realize that they need to send even these paths and ABRT already has a configuration option ("OpenGPGCheck") for this purpose. |
Idea: provide a function like bool sr_report_check_paths(struct sr_report, bool (*path_callback)(const char *path, void *data), void *data); that would return true if Consider:
|
FAF has a KB response for |
My concern is about anonymity, paths can contain sensitive information (e.g. We currently send paths only as part of a backtrace so there's probably little chance of leaking some kind of sensitive path. Nevertheless we state that the reports are anonymous and I think we should be more careful about what we send. |
See abrt/abrt#608 for an example.
We should probably mark the report as invalid and not send it.
The text was updated successfully, but these errors were encountered: