commit | ced2fcb5d664917b7c8dc98bf3a3bc7d033d38f8 | [log] [tgz] |
---|---|---|
author | Michael Tang <tangm@microsoft.com> | Wed Jan 08 19:13:44 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 08 19:13:44 2025 -0800 |
tree | 6bc08a46326c0715ebc2a4230fd997b2d850280b | |
parent | 49c42250f92e4d9d27fe9c558c52430b1f81531e [diff] |
Bump golang.org/x/crypto from v0.14.0 to v0.31.0 Versions of the crypto module before v0.31.0 contain a potential vulnerability in ServerConfig.PublicKeyCallback. The new version contains a mitigation. Note that it appears that dawn uses the crypto module only in tooling for its hash functions and does not use the affected type. This change simply updates the dependency to satisfy automatic dependency checker tooling. See: https://pkg.go.dev/vuln/GO-2024-3321 This change was generated by running: go get golang.org/x/crypto@v0.31 Change-Id: I990c5cf1e58abeba863021df8f3ba7813e9c11b9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221495 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Michael Tang <tangm@microsoft.com>
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.