
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.
该插件可以使得pprof通过公共端口访问,并且调用profile可以将CPU分析文件保存为cpu.profile文件,然后自动打开分析UI界面。
https://github.com/Monibuca/plugin-debug
import (
_ "m7s.live/plugin/debug/v4"
)
/debug/pprof打开pprof界面
/debug/profile默认30s采样,可以通过传入 ?seconds=xxx 来指定采样时间长度,采样结束后将CPU分析文件保存为cpu.profile文件,并将启动采样展示 web 页面的命令输出到当前页面。比如 go tool pprof -http :6060 ./monibuca cpu.profile
在当前monibuca程序目录下,运行命令会自动打开浏览器,展示 profile 调用图。注意需要先安装graphviz,并添加到环境变量PATH里。
/debug/charts展示 CPU、内存、GC、pprof 实时变化可视化图表
/debug/charts/datafeedws 接口,供/debug/charts页面前端拉取数据,不需关心
/debug/charts/datajquery 回调接口,供/debug/charts页面前端拉取数据,不需关心
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.