Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 67 additions & 6 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions utils/telemetry/intake/static/config_norm_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down