cyclonedx-cli
cyclonedx-cli copied to clipboard
cyclonedx-win-x64, cyclonedx-win-x86 merge issue
When merging valid XML files (generated using cyclonedx-node and dotnet CycloneDX) the cyclonedx-win-x64 OR cyclonedx-win-x86 tools the resulting file is encoded UTF-8-BOM and the file in rejected by Dependency tracked server.
The issue is fixable by changing the encoding from UTF-8-BOM to UTF-8 (e.g using Notepad++ or a custom utility)
Looks like a duplicate of https://github.com/CycloneDX/cyclonedx-cli/issues/178