Skip to content
#

bom

Here are 220 public repositories matching this topic...

dependency-track
stevespringett
stevespringett commented Nov 18, 2020

The current swagger definition is autogenerated. The automatically generated definitions rely on reflection and annotations to create the documentation. The reflection capabilities are poor at best and lead to missing API parameters. Annotations can help in some cases, but the only fix for Swagger is to create individual POJOs for every possible request. This will lead to unnecessary large number

cyclonedx-cli
coderpatros
coderpatros commented Mar 10, 2021

The CLI tool should support automatic resolving and augmentation of license information, when it is missing, for components in an SBOM.

For components with an external reference to a GitHub repo it should be possible, in a lot of cases, to automatically resolve license information using the API.

This is already supported in the .NET implementation (https://github.com/CycloneDX/cyclonedx-dotn

Improve this page

Add a description, image, and links to the bom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bom topic, visit your repo's landing page and select "manage topics."

Learn more