Skip to content

fix: remove leftover Go template syntax from success page#2324

Merged
Hayden-IO merged 1 commit into
sigstore:mainfrom
imjasonh:fix-template-leak
May 4, 2026
Merged

fix: remove leftover Go template syntax from success page#2324
Hayden-IO merged 1 commit into
sigstore:mainfrom
imjasonh:fix-template-leak

Conversation

@imjasonh

@imjasonh imjasonh commented May 2, 2026

Copy link
Copy Markdown
Member

The text/template removal left behind {{ if }}/{{ else }}/{{ end }} directives in the raw HTML string, which rendered literally to users.

Fixes sigstore/cosign#4845

Previously #2288

The text/template removal left behind {{ if }}/{{ else }}/{{ end }}
directives in the raw HTML string, which rendered literally to users.

Fixes sigstore/cosign#4845

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Jason Hall <imjasonh@gmail.com>
@imjasonh imjasonh force-pushed the fix-template-leak branch from 1867dc7 to 6544e16 Compare May 3, 2026 13:54
@Hayden-IO Hayden-IO merged commit 311895e into sigstore:main May 4, 2026
15 checks passed
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.

Template code visible in keyless signing browser popup

2 participants