commit | 3310636f526a43b73fc886995e904baddbe788c4 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Nov 14 15:35:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 14 15:35:03 2024 +0000 |
tree | 4c503402450c37236164071c5662c73e9d9122ba | |
parent | 32363954436092f4d0c5f2c8dd5f1fa8f2ff00af [diff] |
Fix(deps): protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON 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. [CVE-2024-24786](https://nvd.nist.gov/vuln/detail/CVE-2024-24786) [CWE-835](https://cwe.mitre.org/data/definitions/835.html) This is an imported pull request from https://github.com/google/dawn/pull/22 GITHUB_PR_HEAD_SHA=30aa39816b04b31d567a3b85d778a96b92bdf30c ORIGINAL_AUTHOR=ANDRI ANDRI <47277287+lamcodeofpwnosec@users.noreply.github.com> GitOrigin-RevId: 5747c0b9a226aa47901ce1d071be1243f4530a87 Change-Id: I58843b166d7b54ebd587ce4c80db5b51a87c30dc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214894 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.