Comment 12 for bug 95925

Revision history for this message
Roberto Abdelkader Martínez Pérez (nilp0inter) wrote :

We've just finished a tool to build debsecan suitable databases from the Ubuntu CVE Tracker data.

It is open source under Apache 2.0 and it is available here: https://github.com/BBVA/ust2dsa

Using Github's CI we rebuild the databases every 6 hours for them to contain the latest vulnerability information.

If anybody want to test the result you just have to run this command in your current Ubuntu installation:

debsecan --suite $(lsb_release --codename --short) --source https://raw.githubusercontent.com/BBVA/ust2dsa/data/

(Note: this is not an official Ubuntu tool)