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

cyclonedx-win-x64, cyclonedx-win-x86 merge issue

Open Adrian-Sevan opened this issue 3 years ago • 1 comments

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)

Adrian-Sevan avatar Mar 27 '22 11:03 Adrian-Sevan

Looks like a duplicate of https://github.com/CycloneDX/cyclonedx-cli/issues/178

schlenk avatar Jun 16 '22 17:06 schlenk