kubernetes/vendor/github.com/godbus/dbus/v5
Davanum Srinivas 5b478645cd
Update security and stability dependencies
This PR updates several dependencies addressing security vulnerabilities,
stability fixes, and authentication improvements.

- golang.org/x/crypto: v0.46.0 -> v0.47.0
  - Includes latest X509 root certificate bundle updates
  - Security hardening for cryptographic operations
  - Foundation dependency for TLS and authentication

- github.com/golang-jwt/jwt/v5: v5.2.2 -> v5.3.0
  - IMPORTANT: v5.2.2 patched vulnerability GHSA-mh63-6h87-95cp (token
    validation security issue) - this update ensures we have the fix
  - Adds multiple audience validation support for JWT tokens
  - Go 1.21 minimum requirement (code modernization)
  - Replaced legacy interface{} with modern any keyword

- golang.org/x/net: v0.48.0 -> v0.49.0
  - HTTP/2 priority scheduler improvements (RFC 9218)
  - WebSocket security enhancements
  - Network layer stability fixes

- go.uber.org/zap: v1.27.0 -> v1.27.1
  - Fix: Prevent Object from panicking on nils (PR #1501)
  - Fix: Race condition in WithLazy (PR #1511)
  - Both fixes improve logging stability in concurrent scenarios

- github.com/godbus/dbus/v5: v5.2.0 -> v5.2.2
  - Security: Disabled SHA1 authentication by default on non-Windows
    platforms (v5.2.0 change now inherited)
  - Performance: Multiple optimizations reducing memory allocations
  - Fix: Alignment issues in decoder operations
  - Fix: Allow more than 32 containers/struct fields in a signature

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2026-01-15 19:57:11 -05:00
..
.cirrus.yml Update security and stability dependencies 2026-01-15 19:57:11 -05:00
.golangci.yml Update security and stability dependencies 2026-01-15 19:57:11 -05:00
auth.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
auth_anonymous.go vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
auth_default_other.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
auth_default_windows.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
auth_external.go vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
auth_sha1_windows.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
call.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
conn.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
conn_darwin.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
conn_other.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
conn_unix.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
conn_windows.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
CONTRIBUTING.md vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
dbus.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
decoder.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
default_handler.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
doc.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
encoder.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
escape.go bump dependencies: github.com/godbus/dbus/v5 to v5.1.0 2023-05-08 17:19:02 +08:00
export.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
LICENSE vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
MAINTAINERS vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
match.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
message.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
object.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
README.md updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
SECURITY.md updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
sequence.go vendor: bump runc to rc95 2021-05-19 23:51:59 -07:00
sequential_handler.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
server_interfaces.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
sig.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
transport_darwin.go vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
transport_generic.go deps: update runc to 1.1.0 2022-03-28 16:23:18 -07:00
transport_nonce_tcp.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
transport_tcp.go vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
transport_unix.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
transport_unixcred_dragonfly.go vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
transport_unixcred_freebsd.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
transport_unixcred_linux.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00
transport_unixcred_netbsd.go deps: update runc to 1.1.0 2022-03-28 16:23:18 -07:00
transport_unixcred_openbsd.go vendor: update google/cadvisor and opencontainers/runc 2020-06-24 18:39:50 +02:00
transport_zos.go bump dependencies: github.com/godbus/dbus/v5 to v5.1.0 2023-05-08 17:19:02 +08:00
variant.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
variant_lexer.go updated to last known good dependencies for otelgrpc and dbus 2025-12-20 15:32:11 -05:00
variant_parser.go Update security and stability dependencies 2026-01-15 19:57:11 -05:00

Build Status

dbus

dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.

Features

  • Complete native implementation of the D-Bus message protocol
  • Go-like API (channels for signals / asynchronous method calls, Goroutine-safe connections)
  • Subpackages that help with the introspection / property interfaces

Installation

This packages requires Go 1.20 or later. It can be installed by running the command below:

go get github.com/godbus/dbus/v5

Usage

The complete package documentation and some simple examples are available at pkg.go.dev. Also, the _examples directory gives a short overview over the basic usage.

Projects using godbus

  • fyne a cross platform GUI in Go inspired by Material Design.
  • fynedesk a full desktop environment for Linux/Unix using Fyne.
  • go-bluetooth provides a bluetooth client over bluez dbus API.
  • iwd go bindings for the internet wireless daemon "iwd".
  • notify provides desktop notifications over dbus into a library.
  • playerbm a bookmark utility for media players.
  • rpic lightweight web app and RESTful API for managing a Raspberry Pi

Please note that the API is considered unstable for now and may change without further notice.

License

go.dbus is available under the Simplified BSD License; see LICENSE for the full text.

Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.