MozillaSecurity / MozillaSecurity/FuzzManager
Notify when buckets stop seeing crashes
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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