andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Expand bug data as predictors of vulnerabilities #197

Closed andymeneely closed 9 years ago

andymeneely commented 9 years ago

Let's go over the labels again and identify types of bugs we are particularly interested in. We can repeat the ideas of pre_ and post_ analysis of #189, and maybe get some results like "Fixes for performance bugs early can lead to security bugs later".

To close this issue, let's decide on a list of labels and metrics.

andymeneely commented 9 years ago

Here's an interesting query:

Label.joins(:bug_labels).group('labels.label').select('labels.label,count(*) as cnt').order('cnt DESC')
andymeneely commented 9 years ago

Labels we care about:

Labels we want to look into as possibilities:

andymeneely commented 9 years ago

Based on that, let's go with these pre_ bugs: