We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@rolandshoemaker requested issue #69138 to be considered for backport to the next 1.22 minor release.
@gopherbot please open backport issues for this security fix.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/611181 mentions this issue: [release-branch.go1.22] go/parser: track depth in nested element lists
[release-branch.go1.22] go/parser: track depth in nested element lists
Sorry, something went wrong.
b232596
Prevents stack exhaustion with extremely deeply nested literal values, i.e. field values in structs. Updates #69138 Fixes #69142 Fixes CVE-2024-34155 Change-Id: I2e8e33b44105cc169d7ed1ae83fb56df0c10f1ee Reviewed-on: https://go-internal-review.googlesource.com/c/go/+/1520 Reviewed-by: Robert Griesemer <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Russ Cox <[email protected]> (cherry picked from commit eb1b038c0d01761694e7a735ef87ac9164c6568e) Reviewed-on: https://go-internal-review.googlesource.com/c/go/+/1561 Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/611181 Reviewed-by: Michael Pratt <[email protected]> TryBot-Bypass: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Closed by merging CL 611181 (commit b232596) to release-branch.go1.22.
release-branch.go1.22
No branches or pull requests
@rolandshoemaker requested issue #69138 to be considered for backport to the next 1.22 minor release.
The text was updated successfully, but these errors were encountered: