Victor Pellan

Results 14 issues of Victor Pellan

**What does this PR do?** Add WAF vendors headers in traces tags according to this [RFC](https://docs.google.com/document/d/1xf-s6PtSr6heZxmO_QLUtcFzY_X_rT94lRXNq6-Ghws) **Motivation:** This will enable the ASM Respond team to parse the value of these...

integrations
feature
appsec

## Motivation This was made during the 24q2 k9 innovation week. You can look at the slides at [this link](https://docs.google.com/presentation/d/1Q6UxrBnLsLik_7_-MQoTv8yTy_jYkKAZOfq5yNM5aLA/edit?usp=sharing) ## Changes This PR adds a ++manifest (or +m) option...

enhancement
dev-x
run-all-scenarios

**What does this PR do?** This PR adds a GitHub workflow for parametrics system-tests **Motivation:** The SCA Env Var system-tests is run as a parametric test, and I wanted to...

dev/github

## Changes - Changed the tests logic to use request id (rid) instead of resource name - Added `/requestdownstream` and `/returnheaders` endpoints to Rack, Rails and Sinatra weblogs File to...

# What does this PR do? This PR includes the changes documented in the "Releasing a new version to rubygems.org" part of the README: [datadog/libdatadog@main/ruby#releasing-a-new-version-to-rubygemsorg](https://github.com/datadog/libdatadog/tree/main/ruby?rgh-link-date=2025-02-07T11%3A02%3A17Z#releasing-a-new-version-to-rubygemsorg) # Motivation Enable Ruby to...

**What does this PR do?** This PR fixes the origin field in `app-started` event. **Motivation:** I wanted to add support for `local_stable_config` and `fleet_stable_config` origin, but I realised that it...

core

**What does this PR do?** - It moves the addition of `_dd.apm.enabled` tag to spans in tracing root spans. - It removes most references to AppSec standalone and replace it...

core
integrations
appsec
tracing

This PR narrows the type of `caller_locations` if `start` parameter is not given. `caller_locations` can return `nil` only if it has a `start` parameter.

This code is valid Ruby: ```ruby class LocalVarInEnsure def test(check) a = 10 return a if check 0 ensure puts a end end ``` But running latest steep with `configure_code_diagnostics(Steep::Diagnostic::Ruby.strict)`...

When declaring a signature such as: ``` module Foo Bar: StandardError end ``` This code will return the error "Cannot assign a value of type `::Class` to a constant of...