Skip to content

build(deps): bump the gomod-minor group with 2 updates - #365

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-minor-d53b267706
Open

build(deps): bump the gomod-minor group with 2 updates#365
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-minor-d53b267706

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-minor group with 2 updates: github.com/anchore/syft and google.golang.org/grpc.

Updates github.com/anchore/syft from 1.49.0 to 1.50.0

Release notes

Sourced from github.com/anchore/syft's releases.

v1.50.0

Added Features

Bug Fixes

Additional Changes

  • package-lock.json v1: nested dependencies entries are never cataloged (flat top-level iteration only) [Issue #5101] [PR #5108 @​Eljees]
  • consider vendored golang packages in module attribution [PR #5093 @​kzantow]
  • Fix inverted bounds check dropping every Erlang string with a backslash [PR #5110 @​arpitjain099]

Dependencies

14 dependency changes (14 updated). 1 vulnerability remediated.

🟢 Remediated (1)

  • github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0v1.32.0
  • github.com/cncf/xds/go v0.0.0-ee656c7v0.0.0-dba9d58
  • github.com/envoyproxy/go-control-plane/envoy v1.36.0v1.37.0
  • github.com/envoyproxy/protoc-gen-validate v1.3.0v1.3.3
  • github.com/gpustack/gguf-parser-go v0.24.1v0.25.0
  • go.opentelemetry.io/contrib/detectors/gcp v1.39.0v1.43.0
  • google.golang.org/genproto/googleapis/api v0.0.0-9d38bb4v0.0.0-afd174a
  • google.golang.org/genproto/googleapis/rpc v0.0.0-6f92a3bv0.0.0-afd174a
  • google.golang.org/grpc v1.80.0v1.82.1 (🟢 remediated GHSA-hrxh-6v49-42gf)
  • modernc.org/cc/v4 v4.28.4v4.29.0
  • modernc.org/ccgo/v4 v4.34.4v4.34.6
  • modernc.org/gc/v3 v3.1.3v3.1.4
  • modernc.org/libc v1.73.4v1.74.1
  • modernc.org/sqlite v1.53.0v1.54.0

(Full Changelog)

Commits
  • 16223e6 fix: consider vendored golang packages in module attribution (#5093)
  • 1286689 Fix missing nested packages in package-lock.json v1 (#5108)
  • 2954549 fix: strip publisher URL from RPM CPE vendor (#5081)
  • 86baeeb fix(rust): omit Cargo PURLs for local packages (#5105)
  • 2dcf516 fix(apk): allow large installed db fields (#5100)
  • 12b8ba4 Fix inverted bounds check dropping every Erlang string with a backslash (#5110)
  • 138d9ce added bun binary classifier (#5103)
  • 8a229b1 chore(deps): update CPE dictionary index (#5109)
  • 9af0098 chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 (#5099)
  • 2840ea6 chore(deps): bump modernc.org/sqlite from 1.53.0 to 1.54.0 (#5098)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.82.1 to 1.83.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.0

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)
  • xds: Add support for contains_match in route header matchers. (#9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#9255)
Commits
  • 4c226da Change version to 1.83.0 (#9228)
  • c198988 Cherrypick 9223 into v1.83.x (#9279)
  • 8ce3ebf Cherrypick PR 9255 into v1.83.x (#9263)
  • e393849 Cherry-pick recent changes from master (#9240)
  • 2a112a8 authz: add onPolicyUpdate callback to authz file watcher (#9142)
  • 1a80fca vet: adds a check to disallow usage of regex.Compile in xDS code (#9216)
  • 26ffdb3 [tls] Add safety check in custom cert verification that peer cert chain is no...
  • 5013974 internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162)
  • bd58bc0 internal/transport: increase test timeout locally in TestAccountCheckWindowSi...
  • 484f150 httpfilter/extproc: add check to ensure that response trailer mode must be SE...
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the gomod-minor group with 2 updates: [github.com/anchore/syft](https://github.com/anchore/syft) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/anchore/syft` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/anchore/syft/releases)
- [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md)
- [Commits](anchore/syft@v1.49.0...v1.50.0)

Updates `google.golang.org/grpc` from 1.82.1 to 1.83.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.1...v1.83.0)

---
updated-dependencies:
- dependency-name: github.com/anchore/syft
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from bomly-guy as a code owner August 3, 2026 18:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 3, 2026
Comment thread go.mod
dario.cat/mergo v1.0.2 // indirect
github.com/DataDog/zstd v1.5.7 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.33.0 // indirect
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bomly Diff Summary

Compared 9b8d9c36a33edccb5c081ad4948d12069971b525 to b6305c3a4b893d71bb6b4e6b2982fefb58ae5ef4.

Overview

Status Manifests Dependencies Findings Duration
⚠️ Warnings +0 / ~1 / -0 0 added / 13 version changed / 0 detail changes / 0 removed 0 introduced / 1 persisted / 0 resolved 1m 20s

Dependency Changes

Summary: 0 added, 13 version changed, 0 detail changes, 0 removed.

Changed Dependencies

Change Package Version Direct? Scope Licenses
changed cel.dev/expr v0.25.1 → v0.25.2 No runtime Apache-2.0
changed github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 → v1.33.0 No runtime -
changed github.com/anchore/syft v1.49.0 → v1.50.0 Yes runtime Apache-2.0
changed github.com/gpustack/gguf-parser-go v0.24.1 → v0.25.0 No runtime MIT
changed github.com/spiffe/go-spiffe/v2 v2.6.0 → v2.7.0 No runtime Apache-2.0
changed go.opentelemetry.io/contrib/detectors/gcp v1.43.0 → v1.44.0 No runtime Apache-2.0, BSD-3-Clause
changed go.opentelemetry.io/otel/sdk/metric v1.43.0 → v1.44.0 No runtime Apache-2.0, BSD-3-Clause
changed go.opentelemetry.io/otel/sdk v1.43.0 → v1.44.0 No runtime Apache-2.0, BSD-3-Clause
changed google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 → v0.0.0-20260526163538-3dc84a4a5aaa No runtime Apache-2.0
changed google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 → v0.0.0-20260526163538-3dc84a4a5aaa No runtime Apache-2.0
changed google.golang.org/grpc v1.82.1 → v1.83.0 Yes runtime Apache-2.0
changed modernc.org/libc v1.73.4 → v1.74.1 No runtime BSD-3-Clause
changed modernc.org/sqlite v1.53.0 → v1.54.0 No runtime BSD-3-Clause

Vulnerabilities

✅ No vulnerability changes.

License Changes

⚠️ 1 package still carries an unresolved license issue (see Policy Findings).

Project Posture

✅ No project posture changes (--matchers +scorecard was not selected).

Policy Findings

Summary: 0 introduced, 1 persisted, 0 resolved.

Persisted Findings

Status Category Severity ID Package Fixed In Title
⚠️ persisted license WARNING UNKNOWN-7m4p-nvnz-qjn3 github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp@v1.33.0 - Package license is unknown

Legend: ✅ resolved · ❌ failing · ⚠️ warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant