Tag: Go
All the articles with the tag "Go".
- Go net/http 源码学习:Server 与 Client 视角
Go net/http 源码学习:Server 与 Client 视角
从 Server 与 Client 两个视角梳理 Go net/http 的请求处理链路、路由分发与响应写回机制,结合源码理解关键设计。
- Go下template的SSTI分析
Go下template的SSTI分析
深入分析Go语言template模板引擎的SSTI(服务器端模板注入)漏洞,包括html/template和text/template的语法特性及安全利用技术。