Michael Tsfoni
Michael Tsfoni
In function AddMetadataTool CycloneDX is added as a tool inside the metadata-section, the tool node is flagged as deprecated in CycloneDX 1.5 though. The Core-library 6.0 is not yet being...
See here: https://devblogs.microsoft.com/nuget/how-to-scan-nuget-packages-for-security-vulnerabilities/
Potentially related to #659
The GitHub runner kept timing out with functional tests that I added. Log didn't give useful information. After adding `[assembly: CollectionBehavior(DisableTestParallelization = true)]`, the problem was solved. Since I stripped...
Up to version 1.5, there was a discrepancy between the XML and the JSON Schema, which was resolved as per #204/#205. Since that update, `LicenseChoice` has become a complex type...
Some PRs added new testcases under tests/Resources/ However, tests/Resources mostly maps the test cases from the spec. There should be a separate folder for the testcases that are custom to...