canonical / ubuntu-com-security-api

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

Implement soss pocket and package_types #110

Closed albertkol closed 2 years ago

albertkol commented 2 years ago

Done

Adds soss pocket. Adds package_type to NoticePackage.

QA

Issue / Card

Fixes #109

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@a502317). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage        ?   80.46%           
=======================================
  Files           ?       24           
  Lines           ?     1208           
  Branches        ?        0           
=======================================
  Hits            ?      972           
  Misses          ?      236           
  Partials        ?        0           
Flag Coverage Δ
python 80.46% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

albertkol commented 2 years ago

Approving, but you could make turn those lists into a constant, so we don't have to edit in a bunch of different places.

Done!