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
Currently BOM's are being cloned by serialising the BOM to protobuf and then de-serializing the string to a new BOM. This serialization was done as a shortcut and should be replaced with an in-memory deep copy.
The text was updated successfully, but these errors were encountered:
thompson-tomo
added a commit
to thompson-tomo/cyclonedx-dotnet-library
that referenced
this issue
Sep 5, 2024
Currently BOM's are being cloned by serialising the BOM to protobuf and then de-serializing the string to a new BOM. This serialization was done as a shortcut and should be replaced with an in-memory deep copy.
The text was updated successfully, but these errors were encountered: