Niklas

Results 838 comments of Niklas

What's the desired way forward here? Based on @stevespringett's response this seems to be working as designed.

No ETA. I am currently swamped with other responsibilities :( Community contributions would help in getting this done sooner.

@Razikus Please stop commenting "bump". It does not help.

Thanks so much @mcombuechen, that sounds awesome! I branched off [spec/1.6](https://github.com/CycloneDX/cyclonedx-go/tree/spec/1.6) from the current `master`. > We should probably also fan out into smaller GitHub issues with the spec/1.6 for...

Implemented in #165

Note to self: Merging as performed by the CLI is implemented here in the .NET library: https://github.com/CycloneDX/cyclonedx-dotnet-library/blob/main/src/CycloneDX.Utils/Merge.cs

Yeah, there are a few other points I'd like to address with flat merging. Like deduplication of components and services, rewiring of the dependency graph etc. I've used a merging...

So I looked into this, and it turns out it indeed can not be solved by simply adding struct tags. Even if Protobuf supports struct tags in the way we'd...

Similar issue was fixed for NPM in v4.11: https://github.com/DependencyTrack/dependency-track/pull/3456