Closed Bug 411419 Opened 17 years ago Closed 16 years ago

Add way to hide confidential crash reports

Categories

(Socorro :: General, task)

task
Not set
minor

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: samuel.sidler+old, Unassigned)

References

()

Details

Reported by morgamic, Oct 20, 2007

If some reports are sensitive and a user wants something hidden or deleted,
there should be an easier way to do this via an admin page.

The current SQL for it is:
delete from dumps where report_id=443377;
delete from frames where report_id=443377;
delete from modules where report_id=443377;
delete from reports where id=443377;

FK constraints are not set to cascade on delete, and I don't think that's a
big deal because I'd opt for logic to hide confidential reports instead of
deleting.

Adding to this, down the road, there could be a queue-like system where
users could flag something for confidentiality?  Something to think about.
Severity: normal → minor
Target Milestone: --- → 0.9
Target Milestone: 0.9 → ---
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.