Skip to content

Update module github.com/DataDog/dd-trace-go/v2 to v2.8.1 [SECURITY] - #53708

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-github.com-datadog-dd-trace-go-v2-vulnerability
Open

Update module github.com/DataDog/dd-trace-go/v2 to v2.8.1 [SECURITY]#53708
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-github.com-datadog-dd-trace-go-v2-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/DataDog/dd-trace-go/v2 v2.2.3v2.8.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


dd-trace-go: Improper parsing of W3C baggage headers may lead to DoS

CVE-2026-50274 / GHSA-74j5-xf3v-crq8

More information

Details

Impact

Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing item-count or byte-size limits on the extract path. The DD_TRACE_BAGGAGE_MAX_ITEMS (default 64) and DD_TRACE_BAGGAGE_MAX_BYTES (default 8192) limits were applied only to baggage injection, not extraction. A remote, unauthenticated attacker can send a request whose baggage header contains an arbitrarily large number of comma-separated key-value pairs (or a single very large value). The tracer allocates a hash-map entry for each pair on every request, causing unbounded CPU and memory consumption and enabling a remote Denial of Service against any HTTP service that has the baggage propagation style enabled.
The baggage propagation style is enabled by default in most affected tracers, so any internet-facing service that has been instrumented with an affected tracer version is exposed unless the propagation style has been explicitly narrowed.

Patches

This is resolved in version 2.8.1 and later of the dd-trace-go library.

Workarounds

If users cannot upgrade immediately:

  1. Disable baggage extraction by removing baggage from DD_TRACE_PROPAGATION_STYLE (or DD_TRACE_PROPAGATION_STYLE_EXTRACT if set independently).
  2. Cap the maximum HTTP request header size at an upstream proxy or web server (for example, Apache LimitRequestFieldSize, Nginx large_client_header_buffers, Envoy max_request_headers_kb).
Resources

Related upstream advisories:
opentelemetry-go GHSA-mh2q-q3fh-2475
opentelemetry-dotnet GHSA-g94r-2vxg-569j

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

DataDog/dd-trace-go (github.com/DataDog/dd-trace-go/v2)

v2.8.1

Compare Source

Application Performance Monitoring (APM)

Full Changelog: DataDog/dd-trace-go@v2.8.0...v2.8.1

v2.8.0

Compare Source

Summary

New integrations. Two new integrations land in this release: Azure API Management (APIM) callout processor for security (#​4620), and twmb/franz-go for Kafka (#​4250).

Data Streams Monitoring. All three major Kafka integrations — confluent-kafka-go (#​4470), segmentio/kafka-go (#​4477), and Sarama (#​4560) — now attach kafka_cluster_id for cluster-level visibility. TrackDataStreamsTransaction also gains span tagging and custom timestamp support (#​4499).

OpenTelemetry (OTel) and OTLP. The tracer can now export traces directly via the OpenTelemetry Protocol (OTLP), bypassing the Datadog Agent entirely (#​4600, #​4583). OTel process context v2 (OTLP proto format) is supported (#​4478), and the parentbased_always_on sampler works in OTLP mode (#​4567).

Large Language Model (LLM) Observability. Prompt tracking is now available for LLMObs spans (#​4608). Experiment scope propagates from APM baggage into spans automatically (#​4651).

Profiler. An experimental goroutine leak profile is available as opt-in (#​4420). The goroutine wait profile type has been removed — this is a breaking change for anyone using it explicitly (#​4589).

HTTP and tracing. A new environment variable DD_TRACE_HTTP_URL_QUERY_STRING_ALLOWLIST lets you whitelist query string parameters to keep unredacted (#​4562). A new tracer.StartSpanFromPropagatedContext API simplifies span creation from propagated contexts (#​4492). AWS EventBridge max payload size is bumped to 1 MB (#​4458). Envoy Service Extensions integration gains Unix Domain Socket (UDS) support (#​4463).

OpenFeature. Flag evaluation metrics now emit via OTel Metrics (#​4489), with allocation key tagging (#​4515) and Remote Configuration (RC) integration via FFE_FLAGS subscription at tracer startup (#​4495).

Bug fixes. gorm now respects DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED (#​4618). Redis and Valkey pipeline commands are joined with newlines, fixing agent obfuscation (#​4593). A race condition in HTTP client trace timings is resolved (#​4591). AppSec block responses now include a correct Content-Length header (#​4496), and spurious Remote Configuration errors are silenced when RC is disabled (#​4612). ContextWithSpan no longer panics on nil context (#​4313). The OTel bridge preserves keep/drop sampling decisions for unsampled spans (#​4631). User-provided DogStatsD addresses now correctly take priority over defaults (#​4575).

Performance. Trace ID hex encoding is cached (#​4481), the span metadata map is preallocated (#​4541), and locking is removed from both sampling priority access (#​4546) and the internal logger (#​4547) — reducing allocations and contention on hot paths.

CI Visibility. Bazel offline cache and payload-file modes are supported (#​4503). Known test pagination is implemented for large test suites (#​4509).

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)
  • fix(appsec): explicitly set Content-Length header in block request handler by @​RomainMuller in #​4496
  • fix(appsec): silence spurious errors when DD_REMOTE_CONFIGURATION_ENABLED=false by @​darccio in #​4612
CI Visibility
Data Streams Monitoring
Feature flags
LLM Observability
Profiling
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v2.7.0...v2.8.0

v2.7.4

Compare Source

What's Changed

General

Full Changelog: DataDog/dd-trace-go@v2.7.3...v2.7.4

v2.7.3

Compare Source

Application Performance Monitoring (APM)
  • feat(contrib/valkey-io): bump valkey-go and add SetOnInvalidations wrapper by @​Scorfly in #​4657
  • feat(contrib/redis/rueidis): add SetOnInvalidations to dedicatedClient by @​darccio in #​4659

Full Changelog: DataDog/dd-trace-go@v2.7.2...v2.7.3

v2.7.2

Compare Source

What's Changed

Application Performance Monitoring (APM)
  • fix(tracer): preserve keep/drop possibility for OTel bridge on unsampled spans
    by @​genesor in #​4631 (cherry-picked in ed4ba63)

Full Changelog: DataDog/dd-trace-go@v2.7.1...v2.7.2

v2.7.1

Compare Source

What's Changed

Full Changelog: DataDog/dd-trace-go@v2.7.0...v2.7.1

v2.7.0

Compare Source

[!WARNING]
As per our version release policy, we are dropping support for Go 1.24 after the release of Go 1.26. Our minimum supported Go release is now Go 1.25.

[!NOTE]
v2.7.0 introduces a new method of tracking errors. In most cases, this should not break existing error traces if you are using Error Tracking. If you have problems, please feel free to open an issue!

What's Changed
Application Performance Monitoring (APM)
General

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency qa/no-code-change No code change in Agent code requiring validation labels Jul 15, 2026
@renovate

renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: pkg/dyninst/testprogs/progs/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 38 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.1 -> 1.25.0
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.67.0 -> v0.77.0
github.com/DataDog/datadog-agent/pkg/obfuscate v0.67.0 -> v0.77.0
github.com/DataDog/datadog-agent/pkg/proto v0.67.0 -> v0.77.0
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.69.0 -> v0.77.0
github.com/DataDog/datadog-agent/pkg/trace v0.67.0 -> v0.77.0
github.com/DataDog/go-libddwaf/v4 v4.3.2 -> v4.9.0
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250721125240-fdf1ef85b633 -> v0.0.4-0.20260217080614-b0f4edc38a6d
github.com/DataDog/go-sqllexer v0.1.6 -> v0.1.13
github.com/DataDog/sketches-go v1.4.7 -> v1.4.8
github.com/ebitengine/purego v0.8.4 -> v0.10.0
github.com/go-viper/mapstructure/v2 v2.3.0 -> v2.5.0
github.com/hashicorp/go-version v1.7.0 -> v1.8.0
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c -> v1.2.0
github.com/secure-systems-lab/go-securesystemslib v0.9.0 -> v0.10.0
github.com/shirou/gopsutil/v4 v4.25.5 -> v4.26.2
github.com/tinylib/msgp v1.2.5 -> v1.6.3
github.com/tklauser/go-sysconf v0.3.15 -> v0.3.16
github.com/tklauser/numcpus v0.10.0 -> v0.11.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/collector/component v1.31.0 -> v1.51.1-0.20260205185216-81bc641f26c0
go.opentelemetry.io/collector/featuregate v1.31.0 -> v1.51.1-0.20260205185216-81bc641f26c0
go.opentelemetry.io/collector/pdata v1.31.0 -> v1.51.1-0.20260205185216-81bc641f26c0
go.opentelemetry.io/collector/pdata/pprofile v0.125.0 -> v0.145.1-0.20260205185216-81bc641f26c0
go.opentelemetry.io/otel v1.36.0 -> v1.41.0
go.opentelemetry.io/otel/log v0.11.0 -> v0.15.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.41.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.40.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.41.0
go.uber.org/zap v1.27.0 -> v1.27.1
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 -> v0.0.0-20260209203927-2842357ff358
golang.org/x/mod v0.25.0 -> v0.33.0
golang.org/x/net v0.41.0 -> v0.51.0
golang.org/x/sys v0.35.0 -> v0.42.0
golang.org/x/text v0.26.0 -> v0.35.0
golang.org/x/time v0.12.0 -> v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/grpc v1.73.0 -> v1.79.3
gopkg.in/ini.v1 v1.67.0 -> v1.67.1

@dd-prapprover-prod-77c48c

dd-prapprover-prod-77c48c Bot commented Jul 15, 2026

Copy link
Copy Markdown

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule datadog-agent-renovate - 2026-08-14T16:32:49Z
  • ⬜ CI tests passed
  • ⬜ Approved
  • Manual merge required: this rule does not auto-merge.

➡️ Current phase: waiting for CI tests to complete...

@dd-octo-sts dd-octo-sts Bot added the internal Identify a non-fork PR label Jul 15, 2026
@github-actions github-actions Bot added the medium review PR review might take time label Jul 15, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cee1950ec4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

go 1.23.1

toolchain go1.24.4
go 1.25.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep dyninst testprogs buildable with older toolchains

When dda inv system-probe.build-dyninst-test-programs runs, tasks/system_probe.py still enumerates go1.23.11 and go1.24.3 and passes each as an exact GOTOOLCHAIN value. With this module now declaring go 1.25.0, those older toolchains abort before compiling any test program (go.mod requires go >= 1.25.0), so the CI path that builds dyninst binaries can no longer produce the older-version binaries/snapshots unless the build matrix or module layout is adjusted.

Useful? React with 👍 / 👎.

@rdesgroppes rdesgroppes added the stop-updating Prevent auto updates from Renovate label Jul 15, 2026
@dd-octo-sts

dd-octo-sts Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Files inventory check summary

File checks results against ancestor 235b2902:

Results for datadog-agent_7.84.0~devel.git.207.0abd2f5.pipeline.131043539-1_amd64.deb:

No change detected

Results for datadog-iot-agent_7.84.0~devel.git.207.0abd2f5.pipeline.131043539-1_amd64.deb:

No change detected

@dd-octo-sts

dd-octo-sts Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 235b290
📊 Static Quality Gates Dashboard
🔗 SQG Job

32 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
agent_deb_amd64 759.617 MiB
agent_deb_amd64_fips 712.473 MiB
agent_heroku_amd64 311.955 MiB
agent_rpm_amd64 759.600 MiB
agent_rpm_amd64_fips 712.457 MiB
agent_rpm_arm64 735.360 MiB
agent_rpm_arm64_fips 691.546 MiB
agent_suse_amd64 759.600 MiB
agent_suse_amd64_fips 712.457 MiB
agent_suse_arm64 735.360 MiB
agent_suse_arm64_fips 691.546 MiB
docker_agent_amd64 818.232 MiB
docker_agent_arm64 819.035 MiB
docker_agent_jmx_amd64 1009.130 MiB
docker_agent_jmx_arm64 998.585 MiB
docker_cluster_agent_amd64 210.475 MiB
docker_cluster_agent_arm64 223.456 MiB
docker_cws_instrumentation_amd64 7.439 MiB
docker_cws_instrumentation_arm64 6.877 MiB
docker_dogstatsd_amd64 39.482 MiB
docker_dogstatsd_arm64 37.560 MiB
docker_host_profiler_amd64 305.814 MiB
docker_host_profiler_arm64 317.125 MiB
dogstatsd_deb_amd64 30.224 MiB
dogstatsd_deb_arm64 28.247 MiB
dogstatsd_rpm_amd64 30.224 MiB
dogstatsd_suse_amd64 30.224 MiB
iot_agent_deb_amd64 46.467 MiB
iot_agent_deb_arm64 43.124 MiB
iot_agent_deb_armhf 43.907 MiB
iot_agent_rpm_amd64 46.468 MiB
iot_agent_suse_amd64 46.467 MiB

@cit-pr-commenter-54b7da

cit-pr-commenter-54b7da Bot commented Jul 16, 2026

Copy link
Copy Markdown

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Job ID: 3fac7915-9d3e-4ddb-88aa-97b90f5b4644

Baseline: 3b2688f
Comparison: 0abd2f5
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_logs % cpu utilization +0.87 [-0.02, +1.76] 1 Logs bounds checks dashboard
quality_gate_idle memory utilization +0.35 [+0.23, +0.47] 1 Logs bounds checks dashboard
quality_gate_metrics_logs memory utilization +0.33 [+0.08, +0.57] 1 Logs bounds checks dashboard
quality_gate_security_mean_fs_load memory utilization +0.11 [+0.04, +0.19] 1 Logs bounds checks dashboard
quality_gate_security_no_fs_load memory utilization +0.07 [-0.08, +0.22] 1 Logs bounds checks dashboard
quality_gate_private_action_runner memory utilization -0.13 [-0.25, -0.01] 1 Logs bounds checks dashboard
quality_gate_idle_all_features memory utilization -0.24 [-0.28, -0.19] 1 Logs bounds checks dashboard
quality_gate_security_idle memory utilization -0.26 [-0.38, -0.15] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed observed_value links
quality_gate_idle intake_connections 10/10 4 = 4 bounds checks dashboard
quality_gate_idle memory_usage 10/10 173.39MiB ≤ 178MiB bounds checks dashboard
quality_gate_idle total_bytes_received 10/10 745.18KiB ≤ 819.20KiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 4 = 4 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 518.40MiB ≤ 538MiB bounds checks dashboard
quality_gate_idle_all_features total_bytes_received 10/10 1.14MiB ≤ 1.25MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 18 ≤ 40 bounds checks dashboard
quality_gate_logs memory_usage 10/10 201.81MiB ≤ 229MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_logs total_bytes_received 10/10 264.39MiB ≤ 292MiB bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 366.08 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 17 ≤ 40 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 403.29MiB ≤ 439MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs total_bytes_received 10/10 0.94GiB ≤ 1.04GiB bounds checks dashboard
quality_gate_private_action_runner memory_usage 10/10 72.65MiB ≤ 76MiB bounds checks dashboard
quality_gate_security_idle cpu_usage 10/10 27.93 ≤ 100 bounds checks dashboard
quality_gate_security_idle memory_usage 10/10 328.95MiB ≤ 335MiB bounds checks dashboard
quality_gate_security_mean_fs_load cpu_usage 10/10 60.69 ≤ 200 bounds checks dashboard
quality_gate_security_mean_fs_load memory_usage 10/10 309.62MiB ≤ 314MiB bounds checks dashboard
quality_gate_security_no_fs_load cpu_usage 10/10 21.63 ≤ 100 bounds checks dashboard
quality_gate_security_no_fs_load memory_usage 10/10 312.87MiB ≤ 343MiB bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_security_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_idle, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_private_action_runner, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_no_fs_load, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_no_fs_load, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_security_mean_fs_load, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_mean_fs_load, bounds check cpu_usage: 10/10 replicas passed. Gate passed.

@dd-octo-sts

dd-octo-sts Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had activity in the past 15 days.

It will be closed in 30 days if no further activity occurs. If this pull request is still relevant, adding a comment or pushing new commits will keep it open. Also, you can always reopen the pull request if you missed the window.

Thank you for your contributions!

@dd-octo-sts dd-octo-sts Bot added the stale label Jul 31, 2026
@renovate renovate Bot changed the title Update module github.com/DataDog/dd-trace-go/v2 to v2.8.1 [SECURITY] Update module github.com/DataDog/dd-trace-go/v2 to v2.8.1 [SECURITY] - autoclosed Aug 14, 2026
@renovate renovate Bot closed this Aug 14, 2026
@renovate
renovate Bot deleted the renovate/go-github.com-datadog-dd-trace-go-v2-vulnerability branch August 14, 2026 16:00
@renovate renovate Bot changed the title Update module github.com/DataDog/dd-trace-go/v2 to v2.8.1 [SECURITY] - autoclosed Update module github.com/DataDog/dd-trace-go/v2 to v2.8.1 [SECURITY] Aug 14, 2026
@renovate renovate Bot reopened this Aug 14, 2026
@renovate
renovate Bot force-pushed the renovate/go-github.com-datadog-dd-trace-go-v2-vulnerability branch 2 times, most recently from cee1950 to 0abd2f5 Compare August 14, 2026 16:32
@dd-octo-sts dd-octo-sts Bot removed the stale label Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency internal Identify a non-fork PR medium review PR review might take time qa/no-code-change No code change in Agent code requiring validation stop-updating Prevent auto updates from Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant