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
Each input & output adapters should know the limitations of the system they are interfacing with. The conversion layer will serve as an adapter to help move sboms from one system to another. Conversion lose data between spec conversions, we should always warn user when this happens.
Use Case:
User would like to transfer github api generated sboms to DT, github api only generates sboms in SPDX, while DT supports cyclonedx.
User would like to transfer Cyclonedx 1.6 sboms to a system that does not supports only Cyclonedx 1.4, we should be able to downgrade the version and push it.
The text was updated successfully, but these errors were encountered:
Each input & output adapters should know the limitations of the system they are interfacing with. The conversion layer will serve as an adapter to help move sboms from one system to another. Conversion lose data between spec conversions, we should always warn user when this happens.
Use Case:
The text was updated successfully, but these errors were encountered: