Michael Tsfoni

Results 149 comments of Michael Tsfoni

`docker run --rm -v c:\source\repos\symbio-base:/home/docker/data/ cyclonedx/cyclonedx-dotnet /home/docker/data/Symbio.Base.sln -o /home/docker/data/src/bom/dotnet/ -dgl -us test -usp MY_AUTH_TOKEN` I realize there is no -u parameter. The username and password are only used if there...

I tried to generate a NuGet-Apikey in Nexus Repository and connect with it. I also got a status 401 then. I found this issue at NuGet, explaining they don't use...

> Background: Our MSBuild based build scripts are not in the solution and are not taken into account in the dependency scan. Although they also use NuGet Packages which would...

You mean duplicate to #669 / #736 ? This issue is just about the CLI arguments defaults, which can be changed with a major release and is independent of the...

Schema was updated. If you still have problems feel free to reopen this issue or open a new one.

> ``` > > > > > ``` I tried this and couldn't reproduce the issue with version 3.x.x. Probably it was solved by some other change or in a...

> I don't think we should be handling this limitation here. There is no length limit on that field in the spec.

See also: #757 NOASSERTION is obviously not a valid enumeration value for , I don't know yet where this string is coming from, but it could be written into a...

> This has become more critical now since Dependency Track validates and rejects the BOM due to this issue. This problem should actually be solved in the way, that an...

The deeper problem (finding correct spdx ID when there is only a URL) I planned to fix for my self with a tool i wrote/am writing: https://github.com/mtsfoni/cdx-enrich This would allow...