
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
www.github.com/CharlesBases/protoc-gen-doc.git
Advanced tools
基于 proto 文件生成接口文档, 包含 Markdown 格式和 HTML 格式, 兼容 protoc 命令。
+ proto.service.rpc
// method 注释 | mthod uri
eg: // 这是一个获取列表的接口 | [GET] /api/v1/list
详细使用请参照 example
git clone https://github.com/charlesbases/protoc-gen-doc.git
cd protoc-gen-doc && make
go get -u github.com/charlesbases/protoc-gen-doc
protoc --proto_path=${GOPATH}/src:. --doc_out=proto/doc --go_out=. proto/auth/*.proto
参数说明:
--go_out: pb.go 输出目录 (proto 文件目录对应的相对路径)。
--doc_out: 接口文件生成路径。(当前目录相对路径)
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.