Posted in

Go模块代理劫持导致vendor体积暴增?用go list -deps -f ‘{{.Name}}:{{.Dir}}’定位恶意间接依赖(附go.sum校验工具)

第一章:Go模块代理劫持导致ve … Go模块代理劫持导致vendor体积暴增?用go list -deps -f ‘{{.Name}}:{{.Dir}}’定位恶意间接依赖(附go.sum校验工具)Read more

Posted in

Go 1.22引入的GOEXPERIMENT=rangefunc导致vendor下依赖编译失败?实验性特性传播链与go list -deps -f ‘{{.Stale}}’精准定位法

第一章:Go 1.22 rang … Go 1.22引入的GOEXPERIMENT=rangefunc导致vendor下依赖编译失败?实验性特性传播链与go list -deps -f ‘{{.Stale}}’精准定位法Read more

Posted in

Go模块依赖引入隐形性能税?go mod graph + go list -deps揭示3层间接依赖导致的sync.RWMutex争用链

第一章:Go模块依赖引入隐形性能 … Go模块依赖引入隐形性能税?go mod graph + go list -deps揭示3层间接依赖导致的sync.RWMutex争用链Read more

Posted in

企业Go代码库文档预览响应超时?不是网络问题!是go list -json -deps触发了隐式vendor扫描——3行go env配置永久解决

第一章:Go语言文档预览 Go … 企业Go代码库文档预览响应超时?不是网络问题!是go list -json -deps触发了隐式vendor扫描——3行go env配置永久解决Read more

Posted in

Go第三方包安全审计清单:从CVE扫描到go list -deps -json,构建可信供应链的6道防火墙

第一章:Go第三方包安全审计的底 … Go第三方包安全审计清单:从CVE扫描到go list -deps -json,构建可信供应链的6道防火墙Read more