Skip to content

Fix/purl values post merging - #340

Draft
viveksahu26 wants to merge 2 commits into
interlynk-io:mainfrom
viveksahu26:fix/purl-values-post-merging
Draft

Fix/purl values post merging#340
viveksahu26 wants to merge 2 commits into
interlynk-io:mainfrom
viveksahu26:fix/purl-values-post-merging

Conversation

@viveksahu26

Copy link
Copy Markdown
Contributor

closes #337

This PR adds ths following changes:

  • Changed default SetEscapeHTML from Enabled to Disable.
  • Previously, the JSON encoder was set to escape HTML by default. Therefore the & character was converted to \u0026 in the output. Now on disabling it, the & will remain as & in the JSON.

Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
@viveksahu26

viveksahu26 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

This is a upstream cyclonedx-go issue, will raise an issue there. For the time being marking this PR to draft mode. Related to: CycloneDX/cyclonedx-go#281

@viveksahu26
viveksahu26 removed the request for review from riteshnoronha August 7, 2026 05:39
@viveksahu26
viveksahu26 marked this pull request as draft August 7, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sbom assemble changes the serialized form of purl values during merge

1 participant