From 1544da037f4888f8832299ecc9cc9b52c5cec5c5 Mon Sep 17 00:00:00 2001 From: Carles Capell Date: Thu, 14 May 2026 20:01:16 +0200 Subject: [PATCH 1/3] Enable test for Node.js --- manifests/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index 74fc3314f8b..dc6ec038557 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -93,6 +93,7 @@ refs: - &ref_5_98_0 '>=5.98.0' - &ref_5_99_0 '>=5.99.0' - &ref_5_103_0 '>=5.103.0' + - &ref_5_104_0 '>=5.104.0' - &ref_6_0_0 '>=6.0.0-pre' manifest: tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardEvent_Tag: missing_feature (APPSEC-62217) @@ -1311,7 +1312,7 @@ manifest: tests/appsec/test_service_activation_metric.py::TestServiceActivationRemoteConfigMetric: *ref_5_55_0_5_78_0 tests/appsec/test_service_activation_metric.py::TestServiceActivationRemoteConfigurationConfigMetric: *ref_5_79_0 tests/appsec/test_shell_execution.py::Test_ShellExecution: *ref_5_3_0 - tests/appsec/test_span_tags_headers.py: bug (APPSEC-61286) + tests/appsec/test_span_tags_headers.py: *ref_5_104_0 tests/appsec/test_suspicious_attacker_blocking.py::Test_Suspicious_Attacker_Blocking: *ref_5_59_0 tests/appsec/test_trace_tagging.py::Test_TraceTaggingRules: *ref_5_60_0 tests/appsec/test_trace_tagging.py::Test_TraceTaggingRulesRcCapability: *ref_5_60_0 From e2a80432209a4f43cef5cd9f5cea91fe78a0b7ec Mon Sep 17 00:00:00 2001 From: Carles Capell Date: Thu, 14 May 2026 22:24:18 +0200 Subject: [PATCH 2/3] Mark Next.js as irrelevant --- manifests/nodejs.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index dc6ec038557..f168b9be53c 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -1312,7 +1312,15 @@ manifest: tests/appsec/test_service_activation_metric.py::TestServiceActivationRemoteConfigMetric: *ref_5_55_0_5_78_0 tests/appsec/test_service_activation_metric.py::TestServiceActivationRemoteConfigurationConfigMetric: *ref_5_79_0 tests/appsec/test_shell_execution.py::Test_ShellExecution: *ref_5_3_0 - tests/appsec/test_span_tags_headers.py: *ref_5_104_0 + tests/appsec/test_span_tags_headers.py::Test_Headers_No_Event: + - weblog_declaration: + "*": *ref_5_104_0 + nextjs: irrelevant (Next.js App Router serves / with chunked transfer encoding; response lacks Content-Length) + tests/appsec/test_span_tags_headers.py::Test_Headers_Event_No_Blocking: + - weblog_declaration: + "*": *ref_5_104_0 + nextjs: irrelevant (Next.js App Router serves / with chunked transfer encoding; response lacks Content-Length) + tests/appsec/test_span_tags_headers.py::Test_Headers_Event_Blocking: *ref_5_104_0 tests/appsec/test_suspicious_attacker_blocking.py::Test_Suspicious_Attacker_Blocking: *ref_5_59_0 tests/appsec/test_trace_tagging.py::Test_TraceTaggingRules: *ref_5_60_0 tests/appsec/test_trace_tagging.py::Test_TraceTaggingRulesRcCapability: *ref_5_60_0 From a285263847785497dc6491d3372718807219480a Mon Sep 17 00:00:00 2001 From: Carles Capell Date: Thu, 14 May 2026 22:27:01 +0200 Subject: [PATCH 3/3] Fix lint --- manifests/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index f168b9be53c..ad425b5036c 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -1312,15 +1312,15 @@ manifest: tests/appsec/test_service_activation_metric.py::TestServiceActivationRemoteConfigMetric: *ref_5_55_0_5_78_0 tests/appsec/test_service_activation_metric.py::TestServiceActivationRemoteConfigurationConfigMetric: *ref_5_79_0 tests/appsec/test_shell_execution.py::Test_ShellExecution: *ref_5_3_0 - tests/appsec/test_span_tags_headers.py::Test_Headers_No_Event: + tests/appsec/test_span_tags_headers.py::Test_Headers_Event_Blocking: *ref_5_104_0 + tests/appsec/test_span_tags_headers.py::Test_Headers_Event_No_Blocking: - weblog_declaration: "*": *ref_5_104_0 nextjs: irrelevant (Next.js App Router serves / with chunked transfer encoding; response lacks Content-Length) - tests/appsec/test_span_tags_headers.py::Test_Headers_Event_No_Blocking: + tests/appsec/test_span_tags_headers.py::Test_Headers_No_Event: - weblog_declaration: "*": *ref_5_104_0 nextjs: irrelevant (Next.js App Router serves / with chunked transfer encoding; response lacks Content-Length) - tests/appsec/test_span_tags_headers.py::Test_Headers_Event_Blocking: *ref_5_104_0 tests/appsec/test_suspicious_attacker_blocking.py::Test_Suspicious_Attacker_Blocking: *ref_5_59_0 tests/appsec/test_trace_tagging.py::Test_TraceTaggingRules: *ref_5_60_0 tests/appsec/test_trace_tagging.py::Test_TraceTaggingRulesRcCapability: *ref_5_60_0