VYPR

Go modules package

google.golang.org/protobuf/internal/encoding/json

pkg:golang/google.golang.org/protobuf/internal/encoding/json

Vulnerabilities (1)

  • CVE-2024-24786HigMar 5, 2024
    affected < 1.33.0fixed 1.33.0

    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.