cyclonedx-dotnet icon indicating copy to clipboard operation
cyclonedx-dotnet copied to clipboard

Character Encoding in the SBOM JSON Document

Open VijayB2606 opened this issue 2 years ago • 1 comments

By default, the serializer escapes all non-ASCII characters in the resulting SBOM JSON document. e.g. '>' gets converted to '\u003E'. So, can we have a boolean flag, which will be passed while executing dotnet cyclonedx command and it will tell whether we want to escape the non-ASCII characters in the SBOM or not and accordingly the SBOM will be generated ?

VijayB2606 avatar Jan 20 '22 10:01 VijayB2606

This issue is stale because it has been open for 3 months with no activity.

github-actions[bot] avatar Jan 07 '24 02:01 github-actions[bot]