From d50c994415e5102779418ec0f83e77f0307e463f Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Fri, 6 Feb 2026 14:56:46 +0100 Subject: [PATCH] [Golang] Activate API10 body analysis tests The Go tracer now reads the correct env var name `DD_API_SECURITY_DOWNSTREAM_BODY_ANALYSIS_SAMPLE_RATE` (per the updated RFC), so the four tests previously marked as `bug (APPSEC-61152)` can be activated at `v2.7.0-dev`. Co-Authored-By: Claude Opus 4 JJ-Change-Id: qryqpl --- manifests/golang.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/golang.yml b/manifests/golang.yml index 3d3be2d6035..012bf296098 100644 --- a/manifests/golang.yml +++ b/manifests/golang.yml @@ -180,14 +180,14 @@ manifest: tests/appsec/rasp/test_api10.py::Test_API10_downstream_ssrf_telemetry: v2.4.0 tests/appsec/rasp/test_api10.py::Test_API10_redirect: v2.7.0-dev tests/appsec/rasp/test_api10.py::Test_API10_redirect_status: v2.5.0-dev - tests/appsec/rasp/test_api10.py::Test_API10_request_body: v2.4.0 + tests/appsec/rasp/test_api10.py::Test_API10_request_body: v2.7.0-dev tests/appsec/rasp/test_api10.py::Test_API10_request_headers: v2.7.0-dev tests/appsec/rasp/test_api10.py::Test_API10_request_method: v2.4.0 - tests/appsec/rasp/test_api10.py::Test_API10_response_body: v2.4.0 + tests/appsec/rasp/test_api10.py::Test_API10_response_body: v2.7.0-dev tests/appsec/rasp/test_api10.py::Test_API10_response_headers: v2.4.0 tests/appsec/rasp/test_api10.py::Test_API10_response_status: v2.4.0 tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_max: v2.4.0 - tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_sample_rate: v2.4.0 + tests/appsec/rasp/test_api10.py::Test_API10_without_downstream_body_analysis_using_sample_rate: v2.7.0-dev tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyJson: missing_feature tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyUrlEncoded: missing_feature tests/appsec/rasp/test_cmdi.py::Test_Cmdi_BodyXml: missing_feature