mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 06:28:40 +00:00
- Replace json.MarshalIndent with json.Encoder using SetEscapeHTML(false) - Fixes both processOutput() and updateAppsListFile() functions - Add test to verify HTML characters are preserved - Regenerate yubico-yubikey-manager manifest to demonstrate fix Previously, HTML tags and special characters (<, >, &) were being escaped as Unicode sequences (\u003c, \u003e, \u0026) in JSON output. This affected both app descriptions with HTML links and shell scripts with redirect operators. |
||
|---|---|---|
| .. | ||
| validate | ||
| main.go | ||
| main_test.go | ||