CycloneDX / cyclonedx-dotnet-library

.NET library to consume and produce CycloneDX Software Bill of Materials (SBOM)
Apache License 2.0
17 stars 25 forks source link

Fix xml deserialization of licenses with namespace prefix #350

Closed andreas-hilti closed 1 month ago

andreas-hilti commented 1 month ago

Addresses https://github.com/CycloneDX/cyclonedx-cli/issues/398

andreas-hilti commented 1 month ago

Like this it would be in line with other implementations of ReadXml. (In principle, there is a sutle issue that the namespace is just stripped... )