Closed Bug 1745993 Opened 3 years ago Closed 2 years ago

json_dump should be protected-by-default with public bits explicitly allowed

Categories

(Socorro :: Webapp, task, P2)

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1764395

People

(Reporter: willkg, Assigned: willkg)

Details

When Socorro processor processes a minidump, it generates a big structure. For the default minidump (upload_file_minidump), this is placed in json_dump in the processed crash. It's public-by-default except the "sensitive" section.

This has been fine since we controlled minidump-stackwalk development and it didn't change often.

However, it's probably a good time to reverse how that works and make it protected-by-default with an allowlist of things that can be public.

Grabbing this to do now so it unblocks future rust-minidump development.

Assignee: nobody → willkg
Status: NEW → ASSIGNED

I didn't do it 7 months ago. However, I did generalize the issue here into bug #1764395 and did the work there. Marking this as a duplicate.

Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.