Michael Tsfoni
Michael Tsfoni
Do you happen to have an example at hand of a public package that has an uppercase character in its version?
Very busy these days I'll try to make a new version with this in the weekend
> Wouldn't it be better that CycloneDX.NET exits with a code that indicates failure? That is the intended behavior. Can you tell me what arguments you call cyclonedx with?
First of all, as you set github-username and token you probably want to use --enable-github-licenses. Since 3.0.0 it's disabled by default.
I cannot reproduce the error. Here is my try: ```pwsh PS E:\src\repos\cyclonedx-dotnet> $LastExitCode 0 PS E:\src\repos\cyclonedx-dotnet> dotnet cyclonedx ..\cdx-enrich\src\CdxEnrich.sln -j -sn "name" -sv 1.0.0 Found the following local nuget package...
I think a valid URL can never start or end with a whitespace, so I see no problem with that
Is .xsproj the exact same format as .csproj and is also built via dotnet build using NuGet? Then I see no problem and await your PR 😊
in 4.1.0
I would suspect those values are not generated by the tool but read from a source. Where exactly are those invalid uri's in your sbom? Can you provide me steps...
The source of the problem is obviously here: https://github.com/LordVeovis/xmlrpc/blob/2f6fc86d85d0eab0f26a73ba9e2a1d0cc9be26f7/Kveer.XmlRPC/Kveer.XmlRPC.csproj#L19 Even if rubbish comes in, this tool should still generate a valid cyclonedx file. I think we should add a check...