MozillaSecurity / MozillaSecurity/FuzzManager

Notify when buckets stop seeing crashes

Open
#837 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

crashmanager enhancement
Dominant language
Python
Stars
208
Forks
48
Avg merge
23h 5m
Merged PRs (30d)
2

Description

A query like this on the CrashManager signatures view shows all buckets that haven't received a crash in the past 6 months:

{
  "op": "AND",
  "permanent": false,
  "_": {
    "op": "NOT",
    "crashentry__created__gt": "2021-11-25T18:00:00Z"
  }
}

It would be useful to add a weekly cron to generate a notification if any new buckets cross a time threshold (like settings.CLEANUP_CRASHES_AFTER_DAYS). It should link to the signatures view using the above query.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the CrashManager signatures view, settings.CLEANUP_CRASHES_AFTER_DAYS, and any existing scheduled jobs or notification paths. The work is done when a weekly job identifies newly inactive buckets at the threshold and sends a notification linking to the signatures view with the issue's query.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.