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
This will cause problems should an ingesting system (such as Dependency-Track) want to track what tools are used to generate each BOM... the element contains too much information.
Use CycloneDX properties to document makeAggregateBom compile+provided+runtime+system
And if we need to register a taxonomy for cdx:java, then we can do that via raising a PR in cyclonedx-property-taxonomy
The text was updated successfully, but these errors were encountered:
oh, good point, I thought #283 was a good idea :)
good idea, but bad implementation: I'll replace with metadata properties, I did not see that part of the spec that better fits
Starting in plugin v2.7.5, the name element of the tool section of the BOM has been overloaded.
Was
CycloneDX Maven plugin
Now we have:
This will cause problems should an ingesting system (such as Dependency-Track) want to track what tools are used to generate each BOM... the element contains too much information.
Use CycloneDX properties to document
makeAggregateBom compile+provided+runtime+system
And if we need to register a taxonomy for cdx:java, then we can do that via raising a PR in cyclonedx-property-taxonomy
The text was updated successfully, but these errors were encountered: