Skip to content

Decorator migration for dotnet#6059

Merged
nccatoni merged 3 commits intomainfrom
nccatoni/decorator-migration-test
Jan 20, 2026
Merged

Decorator migration for dotnet#6059
nccatoni merged 3 commits intomainfrom
nccatoni/decorator-migration-test

Conversation

@nccatoni
Copy link
Copy Markdown
Collaborator

Motivation

Changes

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • Anything but tests/ or manifests/ is modified ? I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added, removed or renamed?

@github-actions
Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

run_all                                                                 @DataDog/system-tests-core
manifests/dotnet.yml                                                    @DataDog/apm-dotnet @DataDog/asm-dotnet
tests/appsec/iast/sink/test_command_injection.py                        @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_email_html_injection.py                     @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_header_injection.py                         @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_hsts_missing_header.py                      @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_insecure_auth_protocol.py                   @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_insecure_cookie.py                          @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_ldap_injection.py                           @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_no_httponly_cookie.py                       @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_no_samesite_cookie.py                       @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_nosql_mongodb_injection.py                  @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_path_traversal.py                           @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_reflection_injection.py                     @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_sql_injection.py                            @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_ssrf.py                                     @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_trust_boundary_violation.py                 @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_unvalidated_redirect.py                     @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_weak_cipher.py                              @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/sink/test_weak_hash.py                                @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_body.py                                   @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_cookie_name.py                            @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_cookie_value.py                           @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_header_value.py                           @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_parameter_name.py                         @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_parameter_value.py                        @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_path.py                                   @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_automated_login_events.py                             @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_automated_user_and_session_tracking.py                @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_blocking_addresses.py                                 @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_event_tracking.py                                     @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_event_tracking_v2.py                                  @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_logs.py                                               @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_reports.py                                            @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/waf/test_addresses.py                                      @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/waf/test_blocking.py                                       @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/waf/test_rules.py                                          @DataDog/asm-libraries @DataDog/system-tests-core
tests/debugger/test_debugger_capture_expressions.py                     @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_code_origins.py                            @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_exception_replay.py                        @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_expression_language.py                     @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_inproduct_enablement.py                    @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_pii.py                                     @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_probe_budgets.py                           @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_symdb.py                                   @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_telemetry.py                               @DataDog/debugger @DataDog/system-tests-core
tests/docker_ssi/test_docker_ssi.py                                     @DataDog/system-tests-core
tests/integrations/crossed_integrations/test_sqs.py                     @DataDog/system-tests-core
tests/parametric/test_dynamic_configuration.py                          @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_b3.py                                     @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_precedence.py                             @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_tracecontext.py                           @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_tracestate_dd.py                          @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_library_tracestats.py                             @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_otel_env_vars.py                                  @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_otel_span_methods.py                              @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_partial_flushing.py                               @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_sampling_span_tags.py                             @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_telemetry.py                                      @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/test_data_integrity.py                                            @DataDog/system-tests-core
tests/test_scrubbing.py                                                 @DataDog/system-tests-core
tests/test_standard_tags.py                                             @DataDog/system-tests-core
tests/test_telemetry.py                                                 @DataDog/libdatadog-telemetry @DataDog/apm-sdk-capabilities @DataDog/system-tests-core

@nccatoni nccatoni changed the title Decorator migration for ruby Decorator migration for dotnet Jan 20, 2026
@nccatoni nccatoni force-pushed the nccatoni/decorator-migration-test branch from caa093d to a1e0229 Compare January 20, 2026 09:17
@nccatoni nccatoni marked this pull request as ready for review January 20, 2026 13:48
@nccatoni nccatoni requested review from a team as code owners January 20, 2026 13:48
@nccatoni nccatoni requested review from mabdinur and paullegranddc and removed request for a team January 20, 2026 13:48
@nccatoni nccatoni merged commit cbb9bd8 into main Jan 20, 2026
2713 of 2715 checks passed
@nccatoni nccatoni deleted the nccatoni/decorator-migration-test branch January 20, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant