Add ubuntu usn importer and it's tests - #213
Conversation
|
I was wondering what the status of this PR is. Is it WIP? I just ran the importer and got the following exception: |
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
f0a3dc0 to
bfba423
Compare
|
Can you check now ? For some reason I thought I had ran that importer. For now I've fixed the issue by passing an empty string as the summary(USN summaries anyway don't fit with CVE summary). Do you remember awhile back I had similar problems and that fixed by doing passing empty string as you had suggested ? My point is, I don't really understand what's causing this issue. |
Works now. I haven't looked into it, but your description makes me think of the issue with nullable string columns. It sounds like for one vulnerability, multiple |
Fixes #212
Data is imported from https://usn.ubuntu.com/usn-db/database-all.json.bz2
Signed-off-by: Shivam Sandbhor shivam.sandbhor@gmail.com