3 matches found
go-zeek-broker-ws
用于 Golang 的 Zeek Broker websocket 接口库 该库实现了 Zeek Broker websocket 接口。 提供了在 Zeek 和 Go 类型之间进行合理映射的辅助函数。 用法 该库包含两个包: encoding encoding 对用于表示 Zeek 类型的递归 JSON 数据结构(Data 结构体)以及 Zeek 事件和错误消息的 Broker 编码(DataMessage 结构体)进行了建模。这些结构可以直接使用(在某些情况下必须直接使用,参见下一节中的订阅示例),但一些辅助函数使构建消息更加方便。要手动构造一个 Zeek string:...
encoding/pem in Go before 1.17.9 and 1.18.x before 1.18.1 has a Decode stack overflow via a large amount of PEM data.
...
Google Go encoding security vulnerability
Google Go encoding is a code library from Google Inc. that provides multiple forms of encoding for data based on the Go language. A security vulnerability exists in the Go encoding/xml package that stems from not properly preserving the semantics of element namespace prefixes, which can be...