Code review comment for ~litios/ubuntu-cve-tracker:eol-tags-update

Revision history for this message
Mark Esler (eslerm) wrote :

There are a few extra EOL/"end of standard support" tags we may want to clean up.

```
$ rg -o ': ignored \(.*\)$' | awk -F: '{print $3;}' | sort | uniq -c | sort -n|grep -v superseded | tail -n 20
    276 ignored (libv8 not supported)
    331 ignored (Ubuntu touch end-of-life)
    358 ignored (end of standard support, was criteria)
    410 ignored (end of standard support, was not-affected)
    468 ignored (end of life, was pending)
    755 ignored (replaced by linux-hwe-5.4)
    804 ignored (replaced by linux-raspi)
    897 ignored (end of standard support, was deferred)
   1458 ignored (was needs-triage ESM criteria)
   1621 ignored (end of life, was criteria)
   1917 ignored (was needed ESM criteria)
   2282 ignored (no update available)
   3298 ignored (end-of-life)
   5724 ignored (end of life, was needed)
   8028 ignored (end of standard support, was needed)
  10834 ignored (end of life, was needs-triage)
  15258 ignored (end of standard support, was needs-triage)
  20010 ignored (abandoned)
  77420 ignored (end of standard support)
 103108 ignored (end of life)
```

review: Needs Information

« Back to merge proposal