)]}'
{
  "commit": "b24687394b55a93449e2be4e6892ead58ea9a10f",
  "tree": "464972cd50ecaca410f81ca1989fd7d172640c4a",
  "parents": [
    "b29182b54ac343bbc58a30357d9df908f1c3b727"
  ],
  "author": {
    "name": "Jason7602",
    "email": "jansonzhe@gmail.com",
    "time": "Tue Sep 14 21:38:19 2021 +0800"
  },
  "committer": {
    "name": "Filippo Valsorda",
    "email": "filippo@golang.org",
    "time": "Tue Nov 02 20:47:30 2021 +0000"
  },
  "message": "archive/zip: don\u0027t panic on (*Reader).Open\n\nPreviously, opening a zip with (*Reader).Open could result in a panic if\nthe zip contained a file whose name was exclusively made up of slash\ncharacters or \"..\" path elements.\n\nOpen could also panic if passed the empty string directly as an argument.\n\nNow, any files in the zip whose name could not be made valid for\nfs.FS.Open will be skipped, and no longer added to the fs.FS file list,\nalthough they are still accessible through (*Reader).File.\n\nNote that it was already the case that a file could be accessible from\n(*Reader).Open with a name different from the one in (*Reader).File, as\nthe former is the cleaned name, while the latter is the original one.\n\nFinally, made the actual panic site robust as a defense-in-depth measure.\n\nFixes CVE-2021-41772\nFixes #48085\n\nCo-authored-by: Filippo Valsorda \u003cfilippo@golang.org\u003e\nChange-Id: I6271a3f2892e7746f52e213b8eba9a1bba974678\nReviewed-on: https://go-review.googlesource.com/c/go/+/349770\nRun-TryBot: Filippo Valsorda \u003cfilippo@golang.org\u003e\nReviewed-by: Katie Hockman \u003ckatie@golang.org\u003e\nReviewed-by: Filippo Valsorda \u003cfilippo@golang.org\u003e\nTrust: Katie Hockman \u003ckatie@golang.org\u003e\nTrust: Julie Qiu \u003cjulie@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c91a8d00e6c1d488a4386296bb8a20ddaf14e3bb",
      "old_mode": 33188,
      "old_path": "src/archive/zip/reader.go",
      "new_id": "e40a2c656b9c711c5266d9e0a5f439c930d95a37",
      "new_mode": 33188,
      "new_path": "src/archive/zip/reader.go"
    },
    {
      "type": "modify",
      "old_id": "afb03ace24d286dee2208d46ee3ce274a55e47f4",
      "old_mode": 33188,
      "old_path": "src/archive/zip/reader_test.go",
      "new_id": "a54915316c18be57fde724184db02b6945ff0f73",
      "new_mode": 33188,
      "new_path": "src/archive/zip/reader_test.go"
    }
  ]
}
