canonical / ubuntu-com-security-api

The API for CVEs and USNs data.
16 stars 9 forks source link

Created endpoint for serving upsert requests #161

Closed samhotep closed 2 months ago

samhotep commented 2 months ago

Done

QA

stevebeattie commented 2 months ago

FYI, I tested updating the current backlog of CVE data updates against the staging endpoint, and was able to update 3000+ CVEs successfully, in blocks as large as 50 CVEs at a time. While that doesn't guarantee that production will not hit issues, it would be great to land this branch as soon as possible so the Ubuntu Security team can switch over to the new endpoints.

Thanks!

stevebeattie commented 2 months ago

On the Ubuntu Security team side of things, I have created https://code.launchpad.net/~sbeattie/ubuntu-cve-tracker/+git/ubuntu-cve-tracker/+merge/468757 in preparation for this branch landing and being deployed. Thanks!

samhotep commented 2 months ago

Thanks @stevebeattie for testing the endpoint!