-
Notifications
You must be signed in to change notification settings - Fork 47
Align all endpoints to POST /api/v2/vulnerability/analyze #1884
-
All other endpoints, that the UI uses, have a different structure in regards of "severity/score" and we might find some minor discrepancies too.
Should we schedule some work to align all endpoints so we are consistent in the information we give.
It would be bad to SCAN an SBOM see a report and then import the SBOM and see a different report. The reason being, that SBOMs imported and SBOM scanned use different endpoints and those endpoints generate different data, therefore the reports are different.
@ctron WDYT? something to be done after TPA 2.1
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I think as a first step, we should analyze what the differences are. And then find reasons why there are differences. And if there are no reasons, then we should align them.
Beta Was this translation helpful? Give feedback.