*: Update gogo/protobuf to v1.3.2, rerun ./scripts/genproto.sh

While it appears that etcd is not vulnerable to CVE-2021-3121,
it is a good idea to update to the new generator so that new
vulnerable code isn't generated in any future APIs. Also, this
lays the issue to rest of whether there is any issue with
etcd and CVE-2021-3121.
This commit is contained in:
Joel Smith
2021-03-23 11:42:57 -06:00
parent 4f34f14830
commit 19f7c6ef3e
15 changed files with 159 additions and 573 deletions

View File

@ -12,8 +12,8 @@ fi
source ./scripts/test_lib.sh
if [[ $(protoc --version | cut -f2 -d' ') != "3.12.3" ]]; then
echo "could not find protoc 3.12.3, is it installed + in PATH?"
if [[ $(protoc --version | cut -f2 -d' ') != "3.14.0" ]]; then
echo "could not find protoc 3.14.0, is it installed + in PATH?"
exit 255
fi