Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Adding a error log collector to Mars milestone builds?

Wouldn't it make more sense to filter on "----------------------------------- SOURCE BEGIN -------------------------------------" ?

Or trim the message after the first line?

Unfortunately, I think that the general rule is to filter on anything that "looks like code". We can probably use some simple heuristics to get this right most of the time, but I'm concerned that there will be corner cases with potential for private/identifiable data to be leaked.

Perhaps it's enough to ask the user for permission to send the information. We may, for example, require that there be some reasonable means for the user to review the full content of the message that gets sent.

Wayne

On 12/08/14 02:48 PM, Marcel Bruch wrote:
For source code: I think it’s possible to identify source code by looking for many „import" statements in the message.


--
Wayne Beaton
@waynebeaton
The Eclipse Foundation
EclipseCon
          Europe 2014

Back to the top