CVE-2026-33473: Go Goldmark Double Escape

Escaping HTML before Markdown conversion results in double-escaped HTML entities. The Markdown converter (such as Goldmark) should process raw text to avoid corrupting rendering elements. Remove explicit pre-escaping.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Goβ
greprules fetch cve-2026-33473-go-goldmark-double-escape --engine opengrep

Description

Escaping HTML before Markdown conversion results in double-escaped HTML entities. The Markdown converter (such as Goldmark) should process raw text to avoid corrupting rendering elements. Remove explicit pre-escaping.