Niklas

Results 834 comments of Niklas

To be completely transparent, it is unlikely that DT will support report exports, unless someone contributes this functionality. And even then, it may be too big of a feature to...

@mieliespoor You may want to give https://github.com/jetstack/dependency-track-exporter a try then 😁

@coderpatros I think this one can be closed as #240 has been merged?

@sgustafsson You're likely running into this due to circular dependency relationships. When recursing, maintain a list or stack of BOM refs you encountered. For each recursion step, check if you...

I think this may be a duplicate of #1800. Can anyone in this thread confirm whether VDR covers the use-case described here? See: * https://cyclonedx.org/capabilities/vdr/ * https://github.com/DependencyTrack/dependency-track/pull/2277

> @JN-CSIRT Currently only Project BOM-REF is in VEX available. That is how VEX is supposed to work. VEX is supposed to be applicable to the whole product, not specific...

This has been addressed in Alpine and will be shipped with DT 4.8: https://github.com/stevespringett/Alpine/pull/466

@syalioune Apologies for the delayed response, I only now got some time to look at BOM processing more closely. > if both purl and purlCoordinates are not null, we should...

> I guess the fix you performed in hyades would be merged back here sometime ? Yes, we have many improvements from Hyades in the pipeline that we want to...