Closed
Bug 1420797
Opened 8 years ago
Closed 7 years ago
Add GMPLibraryPath to Super Search Fields
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: JamesCheng, Assigned: willkg)
References
Details
Attachments
(1 file)
Bug 1416686 will be landed soon and it adds a
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("GMPLibraryPath"),...);
I would like to request adding this private field into Socorro.
Reporter | ||
Comment 1•8 years ago
|
||
Hi willkg,
Would you please help on this?
Thanks.
Flags: needinfo?(willkg)
Assignee | ||
Comment 2•8 years ago
|
||
What's the urgency for this? Is it something you need added today? Sometime this quarter? Or is this a nice-to-have?
Flags: needinfo?(willkg)
Reporter | ||
Comment 3•8 years ago
|
||
It's not urgent. I think this is a nice-to-have.
I'm not familiar with Socorro, I just want to make sure the record that I use AnnotateCrashReport to log will be shown in Socorro at some private field that I can see.
Thanks.
Flags: needinfo?(willkg)
Assignee | ||
Comment 4•8 years ago
|
||
Ok. I'll mark it as a P2 and we'll get to it when we get to it. Thanks!
Flags: needinfo?(willkg)
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Component: Data request → General
Assignee | ||
Comment 5•7 years ago
|
||
Here's an example crash with it:
https://crash-stats.mozilla.com/report/index/77745e3f-59a1-4ab0-a4b9-7a2bd0180912#tab-metadata
It's already hidden from public view. I'm adding it as a super search field that requires PII access.
Assignee | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/f549d6e5d3edfa037a7df638ec2ea727da7498cf
fix bug 1420797: add gmp_library_path to super search fields
The field has values which have file system paths in them, so we need to
consider it PII. I exposed it as a filter as a string, but I'm not sure
anyone would ever want to search using it.
https://github.com/mozilla-services/socorro/commit/39964ca7144f28c177928a80b07e6f798f137229
Merge pull request #4591 from willkg/1490662-memoryerrorcorrection
fix bug 1490662, 1420797, 1467856: add fields to super search
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•