#391·gjson

安全性: Stack Overflow DoS、@dig 内存放大和 Parse() 信息泄漏

作者: uug4na创建于 2026年2月23日更新于 2026年2月23日

**Root Cause:** At `gjson.go` line 470, `Parse()` sets `value.Raw = json[i:]` which captures everything from the JSON value to the **end of the input string**, including any trailing data.