@@ -52,14 +52,8 @@ allow_no_feature_nodes = [
52
52
53
53
allow_no_jira_ticket_for_bugs = [
54
54
" tests/apm_tracing_e2e/test_otel.py::Test_Otel_Span.test_datadog_otel_span" ,
55
- " tests/appsec/iast/sink/test_insecure_cookie.py::TestInsecureCookie.test_secure" ,
56
- " tests/appsec/iast/sink/test_no_httponly_cookie.py::TestNoHttponlyCookie.test_secure" ,
57
- " tests/appsec/iast/sink/test_no_samesite_cookie.py::TestNoSamesiteCookie.test_secure" ,
58
55
" tests/appsec/iast/sink/test_sql_injection.py::TestSqlInjection.test_insecure" ,
59
- " tests/appsec/iast/sink/test_ssrf.py::TestSSRF.test_insecure" ,
60
56
" tests/appsec/iast/source/test_body.py::TestRequestBody.test_source_reported" ,
61
- " tests/appsec/iast/source/test_body.py::TestRequestBody.test_telemetry_metric_instrumented_source" ,
62
- " tests/appsec/iast/source/test_cookie_name.py::TestCookieName.test_telemetry_metric_instrumented_source" ,
63
57
" tests/appsec/iast/source/test_parameter_name.py::TestParameterName.test_source_get_reported" ,
64
58
" tests/appsec/iast/source/test_parameter_name.py::TestParameterName.test_source_post_reported" ,
65
59
" tests/appsec/iast/source/test_parameter_name.py::TestParameterName.test_source_reported" ,
@@ -89,30 +83,21 @@ allow_no_jira_ticket_for_bugs = [
89
83
" tests/appsec/test_shell_execution.py::Test_ShellExecution.test_truncate_1st_argument" ,
90
84
" tests/appsec/test_shell_execution.py::Test_ShellExecution.test_truncate_blank_2nd_argument" ,
91
85
" tests/appsec/test_traces.py::Test_AppSecEventSpanTags.test_header_collection" ,
92
- " tests/appsec/test_traces.py::Test_AppSecEventSpanTags.test_root_span_coherence" ,
93
86
" tests/appsec/test_traces.py::Test_RetainTraces" ,
94
87
" tests/appsec/test_user_blocking_full_denylist.py::Test_UserBlocking_FullDenylist.test_blocking_test" ,
95
88
" tests/appsec/waf/test_addresses.py::Test_BodyJson" ,
96
89
" tests/appsec/waf/test_addresses.py::Test_BodyUrlEncoded" ,
97
90
" tests/appsec/waf/test_addresses.py::Test_BodyXml" ,
98
91
" tests/appsec/waf/test_addresses.py::Test_BodyXml.test_xml_attr_value" ,
99
92
" tests/appsec/waf/test_addresses.py::Test_BodyXml.test_xml_content" ,
100
- " tests/appsec/waf/test_addresses.py::Test_Cookies.test_cookies_with_special_chars2" ,
101
- " tests/appsec/waf/test_addresses.py::Test_Cookies.test_cookies_with_special_chars2_custom_rules" ,
102
93
" tests/appsec/waf/test_blocking.py::Test_Blocking.test_accept_all" ,
103
94
" tests/appsec/waf/test_blocking.py::Test_Blocking.test_accept_full_json" ,
104
95
" tests/appsec/waf/test_blocking.py::Test_Blocking.test_accept_partial_json" ,
105
- " tests/appsec/waf/test_blocking.py::Test_Blocking.test_no_accept" ,
106
96
" tests/appsec/waf/test_exclusions.py::Test_Exclusions.test_input_exclusion_negative_test" ,
107
97
" tests/appsec/waf/test_exclusions.py::Test_Exclusions.test_rule_exclusion_positive_test" ,
108
98
" tests/appsec/waf/test_miscs.py::Test_404" ,
109
- " tests/appsec/waf/test_rules.py::Test_DiscoveryScan.test_security_scan" ,
110
- " tests/appsec/waf/test_rules.py::Test_HttpProtocol.test_http_protocol" ,
111
- " tests/appsec/waf/test_rules.py::Test_LFI.test_lfi_in_path" ,
112
99
" tests/appsec/waf/test_rules.py::Test_SQLI.test_sqli2" ,
113
100
" tests/appsec/waf/test_rules.py::Test_SQLI.test_sqli3" ,
114
- " tests/appsec/waf/test_telemetry.py::Test_TelemetryMetrics.test_headers_are_correct" ,
115
- " tests/appsec/waf/test_telemetry.py::Test_TelemetryMetrics.test_metric_waf_requests" ,
116
101
" tests/auto_inject/test_auto_inject_install.py::TestContainerAutoInjectInstallScript.test_install" ,
117
102
" tests/auto_inject/test_auto_inject_install.py::TestInstallerAutoInjectManual.test_install_uninstall" ,
118
103
" tests/auto_inject/test_auto_inject_install.py::TestSimpleInstallerAutoInjectManual.test_install" ,
@@ -165,9 +150,7 @@ allow_no_jira_ticket_for_bugs = [
165
150
" tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Tags_Feb2024_Revision.test_globs_different_casing" ,
166
151
" tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Tags_Feb2024_Revision.test_metric_existence" ,
167
152
" tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Tags_Feb2024_Revision.test_metric_matching" ,
168
- " tests/remote_config/test_remote_configuration.py::Test_RemoteConfigurationUpdateSequenceASMDD.test_tracer_update_sequence" ,
169
153
" tests/remote_config/test_remote_configuration.py::Test_RemoteConfigurationUpdateSequenceFeatures.test_tracer_update_sequence" ,
170
- " tests/remote_config/test_remote_configuration.py::Test_RemoteConfigurationUpdateSequenceLiveDebugging.test_tracer_update_sequence" ,
171
154
" tests/stats/test_miscs.py::Test_Miscs.test_request_headers" ,
172
155
" tests/test_data_integrity.py::Test_TraceHeaders.test_trace_header_container_tags" ,
173
156
" tests/test_data_integrity.py::Test_TraceHeaders.test_traces_header_present" ,
0 commit comments