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
When uploading docs through the UI, I was bothered by it forcing me to choose whether I was uploading an SBOM or an Advisory. This puts an unnecessary burden on the user. We should accept whatever doc they give us and ingest it if we can.
We already have the capability to detect doc formats, but our API for uploading docs predates that ability: it forces the caller to know whether they're uploading an sbom or an advisory.
I think we should simplify the API (reduce the two fn's to a single one) thereby simplifying the UI and hence enhancing the user experience.
The text was updated successfully, but these errors were encountered:
When uploading docs through the UI, I was bothered by it forcing me to choose whether I was uploading an SBOM or an Advisory. This puts an unnecessary burden on the user. We should accept whatever doc they give us and ingest it if we can.
We already have the capability to detect doc formats, but our API for uploading docs predates that ability: it forces the caller to know whether they're uploading an sbom or an advisory.
I think we should simplify the API (reduce the two fn's to a single one) thereby simplifying the UI and hence enhancing the user experience.
The text was updated successfully, but these errors were encountered: