Aurora Blog
Home
Golang Protobuf CVE-2024-24786
A vulnerability has come up for the unmarshal function, which can enter an infinite loop when processing certain invalid...
2025-07-30 14:07:29
286
Golang Protobuf dynamicpb ProtoReflect().IsValid() panics for nil messages
What version of protobuf and what language are you using?Latest Go protobuf from google.golang.orgWhat did you do?https:...
2025-07-05 14:03:12
1129
Golang Protobuf internal/encoding/json/decode_number accepts string values that contain a comma
What version of protobuf and what language are you using?Version: master, GoWhat did you do?With the parseNumber functio...
2025-06-19 14:11:37
2072
Golang Protobuf encoding: provide canonical output format
https://go-review.googlesource.com/c/protobuf/+/151340 added internal/detrand to denote to users that they should not re...
2025-06-17 14:12:29
60823
Golang Protobuf How to make Protobuf and Json tags consistent
Hy guys.Once defining on a proto message field a tag asmessage Some { string ref = 4 [json_name = "$ref"...
2025-06-14 14:14:06
1294
Golang Protobuf protoc-gen-go-grpc: program not found or is not executable when using APIv2
I've been searching #1053 and #3453 searching, finally I am here. When trying to $ make build I get the error:protoc -I ...
2025-06-13 14:10:35
4334
Golang Protobuf question: .proto packaging / repository layout
HiTrying to summarize the question is something likeHow to write a pure reusable distributed proto packages with arbitra...
2025-06-13 14:10:33
8655
.