You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was an observation in #1006 that I think warrants its own issue...
The response from /api/v1/vulnerability/{id} contains a field advisories.sboms.status which is an array and not a single field. That technically means that an a Single advisory can say that an SBOM has the status affected and not_affected at the same time. E.g.
This structure forces the client to come up with some kind of algorithm to parse the data and solve conflicts between multiple advisory.sboms.status values which might contradict each other.
The text was updated successfully, but these errors were encountered:
This was an observation in #1006 that I think warrants its own issue...
The response from
/api/v1/vulnerability/{id}
contains a fieldadvisories.sboms.status
which is an array and not a single field. That technically means that an a Single advisory can say that an SBOM has the statusaffected
andnot_affected
at the same time. E.g.This structure forces the client to come up with some kind of algorithm to parse the data and solve conflicts between multiple
advisory.sboms.status
values which might contradict each other.The text was updated successfully, but these errors were encountered: