← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~andrey-fedoseev/launchpad:uct-import into launchpad:master

 

The proposal to merge ~andrey-fedoseev/launchpad:uct-import into launchpad:master has been updated.

Description changed to:

Add `uct-import` script

The script is meant to import CVE entries from `ubuntu-cve-tracker` to
Launchpad database as bugs/bug tasks/vulnerabilities

The script parses the CVE files using the code copied from
`cve_lib` in `ubuntu-cve-tracker`, and transforms the data to
structured `CVE` objects.

The `CVE` object is then imported as a `Bug`, with `BugTask` created for:

 - Every package listed in the CVE
 - Every combination of package/distroseries listed in the CVE

`Vulnerability` instance is created for every distribution affected by the CVE

The `Bug` and the `Vulnerability`s are linked to the corresponding `Cve`
object which is supposed to be present in LP database

For more details, see:
https://code.launchpad.net/~andrey-fedoseev/launchpad/+git/launchpad/+merge/425142
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~andrey-fedoseev/launchpad:uct-import into launchpad:master.



References