You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using github.com/gogo/[email protected] for my project.
I am seeing security waring as following by github Dependabot alerts
An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue.
can you guide me how to work on this security issue so that I can fix and create pull request ?
Thank you
The text was updated successfully, but these errors were encountered:
@pratikdhanavesearce not a maintainer in this project, just added a simple tool guided patch. Dependabot says you are using version before 1.3.2. So you should upgrade to 1.3.2.
go get github.com/gogo/[email protected]
# or
go get github.com/gogo/protobuf@latest
Hi team @gpaul @gburt @gaffneyc @AlekSi @temoto
thank you for developing awesome Protocol Buffers for Go with Gadgets
I am using github.com/gogo/[email protected] for my project.
I am seeing security waring as following by github Dependabot alerts
An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue.
can you guide me how to work on this security issue so that I can fix and create pull request ?
Thank you
The text was updated successfully, but these errors were encountered: