Posted in

Go模块依赖爆炸式增长?用go list -deps -f ‘{{if not .Indirect}}{{.Path}} {{.Version}}{{end}}’提取纯净主依赖树

第一章:Go模块依赖爆炸式增长? … Go模块依赖爆炸式增长?用go list -deps -f ‘{{if not .Indirect}}{{.Path}} {{.Version}}{{end}}’提取纯净主依赖树Read more

Posted in

Go测试文档未声明依赖版本?用go list -m -f ‘{{.Path}} {{.Version}}’ -test ./… 自动生成锁定清单(适配Go 1.21+ module graph)

第一章:Go测试文档未声明依赖版 … Go测试文档未声明依赖版本?用go list -m -f ‘{{.Path}} {{.Version}}’ -test ./… 自动生成锁定清单(适配Go 1.21+ module graph)Read more

Posted in

Go扩展包安装总提示“incompatible version”?——读懂go list -u -m -f ‘{{.Path}}: {{.Version}}’背后的语义版本陷阱

第一章:Go扩展包安装总提示“i … Go扩展包安装总提示“incompatible version”?——读懂go list -u -m -f ‘{{.Path}}: {{.Version}}’背后的语义版本陷阱Read more

Posted in

【Go包安全审计清单】:从go list -u -m all到SLSA Level 3,7步完成供应链风险清零

第一章:Go包安全审计的底层逻辑 … 【Go包安全审计清单】:从go list -u -m all到SLSA Level 3,7步完成供应链风险清零Read more

Posted in

Go语言依赖供应链攻击防御实战:如何用go list -m -json + cosign验证所有transitive module数字签名?

第一章:Go语言依赖供应链攻击防 … Go语言依赖供应链攻击防御实战:如何用go list -m -json + cosign验证所有transitive module数字签名?Read more

Posted in

Go模块语义化版本失控?go list -m -u -f ‘{{.Path}}: {{.Version}}’ 实时监控+自动升级策略(CI/CD集成脚本)

第一章:Go模块语义化版本失控的 … Go模块语义化版本失控?go list -m -u -f ‘{{.Path}}: {{.Version}}’ 实时监控+自动升级策略(CI/CD集成脚本)Read more

Posted in

Go模块版本毒丸预警(稀缺情报):major version bump未升级导致的隐性panic,go list -m -u -f ‘{{.Path}}: {{.Version}}’ 实战扫描脚本

第一章:Go模块版本毒丸预警:隐 … Go模块版本毒丸预警(稀缺情报):major version bump未升级导致的隐性panic,go list -m -u -f ‘{{.Path}}: {{.Version}}’ 实战扫描脚本Read more