summaryrefslogtreecommitdiffstats
path: root/contrib/secbugstats/README.md
blob: 36228acd4e833f51141cb9048f70b239c4f2ef50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Mozilla Security Bug Stats - Collection and Reporting

## Summary

A collection of scripts and CGIs that collects information on Mozilla Security
Bugs, creates web-based charts of the data, and generates a weekly summary
report that is emailed to interested parties.

## Details

A good starting place to read this code is the gather.sh shell script.  This
script is the driver for the remaining collection and processing scripts which
populate the reports and charts.

- Collection scripts are run once per week as a cron job
- API results
- logging
- Flash charts
- Flot charts


## Required Packages:

* python
* python-mysqldb
* python-matplotlib