dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Auto generation of dartlang issue due to an exception leaks user information (directories). #795

Open apwilson opened 8 years ago

apwilson commented 8 years ago

It'd be nice if we could strip out the folder paths before the .atom folder in the stack traces.

apwilson commented 8 years ago

This is true of the sdk location as well. Is that really important to a bug?

devoncarew commented 8 years ago

It does leak PII. Unfortunately the exception handling and reporting is done in core Atom. It would be good if it sanitized paths, and had an option to pass config settings or not (or let users preview and edit them).