sosreport.py from comment 3:

           except:

FYI, it's better to do "except IOError:" here. Otherwise this will catch
absolutely all exceptions, including e. g. SyntaxError or ValueError if
you have a typo. That way you'll still get unexpected exceptions on
stderr.

            self.add_cmd_output("servicelog --dump")
            self.add_cmd_output("servicelog_notify --list")

What do these commands do? Could they contain any potentially private
data? Note that this includes user names, directory names (exposes
projects that people are working on), etc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1336462

Title:
  Make apport collect some Power information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1336462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to