cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.07k stars 66 forks source link

v1.2.4-cockroach20.1: recompile Protobufs using CRDB gogoproto 1.2 #66

Closed erikgrinaker closed 3 years ago

erikgrinaker commented 3 years ago

This is a backport of #64 and #60, which recompiles all Protobuf files using the current gogoproto compiler in CRDB's release-20.1 branch. This is primarily to address the "skippy pb" vulnerability in gogoproto Protobufs.


This change is Reviewable

knz commented 3 years ago

can you check why the CI check is failing

erikgrinaker commented 3 years ago

can you check why the CI check is failing

Yeah, forgot to remove a couple of Protobuf method calls that don't exist for 1.2-based messages, pushed a fix.