)]}'
{
  "commit": "8e66b04771e35c4e4125e8c60334b34e2423effb",
  "tree": "372fd8869db486bd4f8884cbcce40e379b317e8b",
  "parents": [
    "b935f7b5d723c82894e1a1fd936a94dd2d1eae46"
  ],
  "author": {
    "name": "Roland Shoemaker",
    "email": "roland@golang.org",
    "time": "Wed Dec 04 09:35:55 2024 -0800"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Wed Dec 18 11:24:30 2024 -0800"
  },
  "message": "html: use strings.EqualFold instead of lowering ourselves\n\nInstead of using strings.ToLower and \u003d\u003d to check case insensitive\nequality, just use strings.EqualFold, even when the strings are only\nASCII. This prevents us unnecessarily lowering extremely long strings,\nwhich can be a somewhat expensive operation, even if we\u0027re only\nattempting to compare equality with five characters.\n\nThanks to Guido Vranken for reporting this issue.\n\nFixes golang/go#70906\nFixes CVE-2024-45338\n\nChange-Id: I323b919f912d60dab6a87cadfdcac3e6b54cd128\nReviewed-on: https://go-review.googlesource.com/c/net/+/637536\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nAuto-Submit: Gopher Robot \u003cgobot@golang.org\u003e\nReviewed-by: Roland Shoemaker \u003croland@golang.org\u003e\nReviewed-by: Tatiana Bradley \u003ctatianabradley@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c484e5a94fbf0a38b9c1789356f9f152ccaec4d2",
      "old_mode": 33188,
      "old_path": "html/doctype.go",
      "new_id": "bca3ae9a0c221ab109e5051c76b377e29f0b70bb",
      "new_mode": 33188,
      "new_path": "html/doctype.go"
    },
    {
      "type": "modify",
      "old_id": "9da9e9dc4246323836f27dca93d039732e88bd7d",
      "old_mode": 33188,
      "old_path": "html/foreign.go",
      "new_id": "e8515d8e887fb26a540fc64c7edca76ad6a14723",
      "new_mode": 33188,
      "new_path": "html/foreign.go"
    },
    {
      "type": "modify",
      "old_id": "d67705d9e8ce4f62058a9e7f150ee9ff85a6c929",
      "old_mode": 33188,
      "old_path": "html/parse.go",
      "new_id": "643c674e37802d509cb5806cff26a0b0be4ab603",
      "new_mode": 33188,
      "new_path": "html/parse.go"
    }
  ]
}
