Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade protobuf to 1.33.0 #105

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Upgrade protobuf to 1.33.0 #105

merged 2 commits into from
Apr 11, 2024

Conversation

atanasovskib
Copy link
Contributor

@atanasovskib atanasovskib commented Mar 14, 2024

Avoid discovered vulnerability that is described as

The protojson.Unmarshal function can enter an infinite loop when 
unmarshaling certain forms of invalid JSON. This condition can 
occur when unmarshaling into a message which contains a 
google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown 
option is set.

Additionaly, cilium upgrade in #104 required go 1.21, but we forgot
to update the GitHub actions, so I'm bumping the go version there too

@atanasovskib atanasovskib self-assigned this Mar 14, 2024
@atanasovskib atanasovskib force-pushed the REP-609/upgrade-protobuf branch from 3bdf1ca to a39749f Compare March 14, 2024 06:00
@atanasovskib atanasovskib force-pushed the REP-609/upgrade-protobuf branch from a39749f to fbecccc Compare March 14, 2024 06:04
@atanasovskib atanasovskib force-pushed the REP-609/upgrade-protobuf branch from fbecccc to 93840c4 Compare March 14, 2024 06:06
@RomanMelnyk113 RomanMelnyk113 changed the title Rep 609: Upgrade protobuf to 1.33.0 Upgrade protobuf to 1.33.0 Mar 25, 2024
@atanasovskib atanasovskib merged commit 80f5d1e into main Apr 11, 2024
2 checks passed
@atanasovskib atanasovskib deleted the REP-609/upgrade-protobuf branch April 11, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants