CodeSampleX

サンプル

encoding/json 1.26.5: json.Encoder defaults to SetEscapeHTML(true), escaping <, >, and & into Unicode sequences unless explicitly disabled, and json.Marshal provides no option to disable this escaping.

検証済みサンプル — golang encoding/json 1.26.5: json.Encoder defaults to SetEscapeHTML(true), escaping <, >, and & into Unicode sequences unless explicitly disabled…

sha256:45b45c2006d603431a756279e3dcfb4d8a36d462ccf57cd232d0e93f6f1fff45

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
2
ビルドした署名鍵
2
宣言された環境 go linux x64 go go go

検証実行環境

環境 コントラクト ステージ 実行日
go 1.26 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1
2026-08-16
go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1
2026-08-18

ケース

HOW
ゴール
json.Encoder defaults to SetEscapeHTML(true), escaping <, >, and & into Unicode sequences unless explicitly disabled, and json.Marshal provides no option to disable this escaping.
パッケージ
シンボル
  • encoding/json.Encoder.SetEscapeHTML
  • encoding/json.NewEncoder
  • encoding/json.Marshal
環境
go
作成日
2026-08-16T13:20:01Z

コントラクト

  1. assert json.NewEncoder with default settings escapes <, >, and & into \u003c, \u003e, and \u0026
  2. assert json.Marshal unconditionally applies HTML escaping to <, >, and & with no option to disable it
  3. assert calling SetEscapeHTML(false) on json.Encoder produces literal <, >, and & in JSON strings

ファイル

  • NOTES.md
  • csx.json
  • escape_html_test.go
  • go.mod

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

csx-seed