diff --git a/manifests/java.yml b/manifests/java.yml index d94a68392f8..e73c2f72f02 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -28,41 +28,102 @@ tests/: test_api_security_rc.py: Test_API_Security_RC_ASM_DD_processors: '*': v1.38.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_API_Security_RC_ASM_DD_scanners: '*': v1.38.0 - spring-boot-3-native: missing_feature (GraalVM. Tracing support only) - test_apisec_sampling.py: missing_feature + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) + spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) + test_apisec_sampling.py: + Test_API_Security_Sampling_Different_Endpoints: + '*': v1.48.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) + spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) + Test_API_Security_Sampling_Different_Paths: + '*': v1.48.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) + spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) + Test_API_Security_Sampling_Different_Status: + '*': v1.48.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) + spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) + Test_API_Security_Sampling_Rate: irrelevant (new sampling algorithm implemented) + Test_API_Security_Sampling_With_Delay: + '*': v1.48.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) + spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) test_schemas.py: Test_Scanners: '*': v1.31.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Request_Cookies: '*': v1.31.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Request_FormUrlEncoded_Body: '*': v1.31.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Request_Headers: '*': v1.31.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Request_Json_Body: '*': v1.36.0 - akka-http: missing_feature + akka-http: bug (APPSEC-56888) jersey-grizzly2: missing_feature - play: missing_feature + play: bug (APPSEC-56869) resteasy-netty3: missing_feature spring-boot-3-native: missing_feature (GraalVM. Tracing support only) - vertx4: v1.47.0 + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Request_Path_Parameters: '*': v1.36.0 - akka-http: missing_feature (path parameters not suported) + akka-http: missing_feature (path parameters not suported & APPSEC-56888) jersey-grizzly2: bug (APPSEC-56846) + play: bug (APPSEC-56869) resteasy-netty3: bug (APPSEC-56846) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Request_Query_Parameters: '*': v1.31.0 + akka-http: bug (APPSEC-56888) + play: bug (APPSEC-56869) spring-boot-3-native: missing_feature (GraalVM. Tracing support only) + vertx3: bug (APPSEC-56870) + vertx4: bug (APPSEC-56871) Test_Schema_Response_Body: missing_feature Test_Schema_Response_Body_env_var: missing_feature Test_Schema_Response_Headers: missing_feature diff --git a/utils/telemetry/intake/static/config_norm_rules.json b/utils/telemetry/intake/static/config_norm_rules.json index 1c61d355f0e..d6c82ec3fab 100644 --- a/utils/telemetry/intake/static/config_norm_rules.json +++ b/utils/telemetry/intake/static/config_norm_rules.json @@ -323,6 +323,7 @@ "agent_transport": "agent_transport", "agent_url": "trace_agent_url", "analytics_enabled": "analytics_enabled", + "api-security_sample_delay": "api_security_sample_delay", "apm.tracing.enabled": "apm_tracing_enabled", "apmTracingEnabled": "apm_tracing_enabled", "appsec.apiSecurity.enabled": "api_security_enabled",