dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

Datadog APM client for Java

Results 483 dd-trace-java issues
Sort by recently updated
recently updated
newest added

# What Does This Do Fix the normalization of Where definitions so that methods aren't instrumented multiple times accidentally - [ ] Format the title [according the contribution guidelines](https://github.com/DataDog/dd-trace-java/blob/master/CONTRIBUTING.md#title-format) -...

# What Does This Do Updates our exception handler so `datadog.appsec.api.blocking.BlockingException` can be propagated in our advices in order to effectively block attacks. # Motivation AppSec protection relies on the...

comp: core

# What Does This Do Adds new exclusions for the header inject module: - `Transfer-Encoding`/`Content-Encoding`: when sources come from `Accept-Encoding` - `Pragma`: when sources come from `Cache-Control` - `Vary`: when...

type: bug
comp: asm iast

# What Does This Do This adds the instrumentation to propagate the taint values through the methods of `String` called `replace`, `replaceFirst`, `replaceAll`. The approach is using a `CallSite.Around` to...

comp: asm iast
inst: java

# What Does This Do Rework current stack trace utilities for RASP to: - Be accesible for IAST ( and other product in the future) - Add missing fields and...

comp: asm iast

# What Does This Do Prefix system tests env var to not conflict with local dev env vars # Motivation # Additional Notes # Contributor Checklist - [ ] Format...

comp: testing
tag: no release notes

# What Does This Do Updates the keys in the Span Link creation to include the `attributes` field and to only include `tracestate` when the propagation style is `tracecontext`. Additionally,...

Hi, When diagnosing some performance issues, I noticed that the execution times for child spans in traces are incorrect for APIs that are implemented using Spring Async controller feature with...

# What Does This Do This changes the way of detecting an **SSRF** in the http client. In this PR we centralize inside the `HttpClientDecorator` the detection of the **SSRF**...

comp: asm iast

# What Does This Do Avoids creating huge numbers of queue time events in degenerate cases. Typically we see a few hundred of these per recording. # Motivation # Additional...