| - module: google.golang.org/protobuf |
| - package: google.golang.org/protobuf/encoding/prototext |
| - UnmarshalOptions.unmarshal |
| - UnmarshalOptions.Unmarshal |
| - package: google.golang.org/protobuf/internal/encoding/text |
| Parsing invalid messages can panic. |
| Parsing invalid messages can panic. |
| Parsing a text-format message which contains |
| a potential number consisting of a minus sign, |
| one or more characters of whitespace, |
| and no further input will cause a panic. |
| - fix: https://go.dev/cl/475995 |
| - report: https://github.com/golang/protobuf/issues/1530 |
| cwe: 'CWE-125: Out-of-bounds Read' |