Bump cloud.google.com/go/bigquery from 1.77.0 to 1.78.0 in /function/loader in the loader-minor-updates group - #1183
Conversation
Bumps the loader-minor-updates group in /function/loader with 1 update: [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go). Updates `cloud.google.com/go/bigquery` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.77.0...spanner/v1.78.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/bigquery dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: loader-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Kusari Analysis Results:Caution Flagged Issues Detected The code analysis found zero issues across the scanned files (go.mod, go.sum), which is a positive signal. However, the dependency analysis identified two HIGH-severity vulnerabilities with available fixes that we strongly recommend addressing before merging. First, google.golang.org/grpc v1.82.0 carries GHSA-hrxh-6v49-42gf, which includes an xDS RBAC Authorization Bypass (CVSS 8.2, fail-open behavior allowing unauthorized access), an HTTP/2 Rapid Reset DoS Bypass (CVSS 7.5), and an xDS RBAC Engine Server Panic (CVSS 5.9). The fix is available at v1.82.1 — run: go get google.golang.org/grpc@v1.82.1. Second, golang.org/x/text v0.38.0 carries GO-2026-5970 (CVE-2026-56852), where a norm.Iter can enter an infinite loop on invalid UTF-8 input, causing denial of service. The fix is available at v0.40.0 — run: go get golang.org/x/text@v0.40.0. Additionally, golang.org/x/crypto v0.53.0 includes the unmaintained openpgp sub-package (GO-2026-5932) with no fix available; if openpgp is not used in this codebase, the risk is limited, but migration to github.com/ProtonMail/go-crypto/openpgp is recommended if it is in use. The authorization bypass in gRPC poses a direct business risk by potentially allowing unauthenticated or unauthorized access to protected services, and the DoS vectors in both gRPC and x/text could impact service availability. Both critical issues have simple, low-risk version bumps available and should be resolved before merging. Note View full detailed analysis result for more information on the output and the checks that were run. Required Dependency Mitigations
Found this helpful? Give it a 👍 or 👎 reaction! |
Bumps the loader-minor-updates group in /function/loader with 1 update: cloud.google.com/go/bigquery.
Updates
cloud.google.com/go/bigqueryfrom 1.77.0 to 1.78.0Commits
b6c2b32chore(main): release spanner 1.78.0 (#11763)57a62c0feat(aiplatform): Enable force deletion in ReasoningEngine v1beta1 (#11901)3fec6adchore(bigtable): Refactor tests and update emulator (#11892)ac1855bchore(storage): Allow non-default SAs for GCS. (#11878)b139cd1chore(all): update deps (#11849)a1a2292fix(storage): force first message on next sendBuffer when nothing sent on cur...41ef5f0fix(spanner): snapshot EnableOpenTelemetryMetrics value on client creation (#...427f448feat(aiplatform): Update multimodal evaluation (content_map_instance), rubric...2019ab2bugfix(bigtable): fix update LV function (#11896)d7af8c5chore: add row key schema to table info and some more tests. (#11894)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions