
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
github.com/bonree-smartagent/profiling-go
profiling-go 是一个基于 dd-trace-go 的封装,用于采集 Go 应用的持续剖析数据,并将其上报到Bonree One平台中。
修改项目的 go.mod 文件
require github.com/bonree-smartagent/profiling-go latest
然后运行:
go mod tidy
package main
import (
"github.com/bonree-smartagent/profiling-go/profiler"
)
func main() {
profiler.Start()
defer profiler.Stop()
// 业务代码
}
# 确保添加环境变量 CGO_ENABLED=1
# 如果go编译环境为:musl,则还需添加编译参数 -ldflags="-linkmode=external"
CGO_ENABLED=1 go build -ldflags="-linkmode=external" main.go
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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.