Niklas

Results 833 comments of Niklas

Is there anything expected from DT here? Can we close this? To my understanding we're merely enforcing the schema, and there's not much we can do about this. On a...

Not sure what could be missing here. We already forward `stderr` output to our logger for `go mod why` invocations: https://github.com/CycloneDX/cyclonedx-gomod/blob/5e81aff27ede8e8978b3c92b9761fc467842323f/internal/gocmd/gocmd.go#L118-L127 Go should not be writing errors to `stdout` -...

As [suggested](https://cyclonedx.slack.com/archives/C04LR6R9T8E/p1748519262886099?thread_ts=1748514758.658139&cid=C04LR6R9T8E) by @ppkarwasz in Slack, we should also consider *not* using offset-based pagination. Both from a stability and a performance perspective, paging by modification date or similar would be...

Regression since v4.12.x is not affected. Needs to be fixed prior to v4.13.0 release.

For well-known patterns and hosts we can probably re-write those links before rendering (i.e. `git+ssh://github.com` -> `https://github.com`. However that will not always work, for example if the VCS host uses...