Skip to content

Commit aa2fb9b

Browse files
committed
[java] API Security sampling tests
1 parent 0636d0d commit aa2fb9b

1 file changed

Lines changed: 68 additions & 6 deletions

File tree

manifests/java.yml

Lines changed: 68 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,103 @@ tests/:
2828
test_api_security_rc.py:
2929
Test_API_Security_RC_ASM_DD_processors:
3030
'*': v1.38.0
31+
akka-http: bug (APPSEC-56888)
32+
play: bug (APPSEC-56869)
3133
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
34+
vertx3: bug (APPSEC-56870)
35+
vertx4: bug (APPSEC-56871)
3236
Test_API_Security_RC_ASM_DD_scanners:
3337
'*': v1.38.0
34-
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
35-
test_apisec_sampling.py: missing_feature
38+
akka-http: bug (APPSEC-56888)
39+
play: bug (APPSEC-56869)
40+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
41+
vertx3: bug (APPSEC-56870)
42+
vertx4: bug (APPSEC-56871)
43+
Test_API_Security_RC_ASM_processor_overrides_and_custom_scanner: irrelevant (waf does not support it yet)
44+
test_apisec_sampling.py:
45+
Test_API_Security_Sampling_Different_Endpoints:
46+
'*': v1.48.0
47+
akka-http: bug (APPSEC-56888)
48+
play: bug (APPSEC-56869)
49+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
50+
vertx3: bug (APPSEC-56870)
51+
vertx4: bug (APPSEC-56871)
52+
Test_API_Security_Sampling_Different_Paths:
53+
'*': v1.48.0
54+
akka-http: bug (APPSEC-56888)
55+
play: bug (APPSEC-56869)
56+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
57+
vertx3: bug (APPSEC-56870)
58+
vertx4: bug (APPSEC-56871)
59+
Test_API_Security_Sampling_Different_Status:
60+
'*': v1.48.0
61+
akka-http: bug (APPSEC-56888)
62+
play: bug (APPSEC-56869)
63+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
64+
vertx3: bug (APPSEC-56870)
65+
vertx4: bug (APPSEC-56871)
66+
Test_API_Security_Sampling_Rate: irrelevant (new sampling algorithm implemented)
67+
Test_API_Security_Sampling_With_Delay:
68+
'*': v1.48.0
69+
akka-http: bug (APPSEC-56888)
70+
play: bug (APPSEC-56869)
71+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
72+
vertx3: bug (APPSEC-56870)
73+
vertx4: bug (APPSEC-56871)
3674
test_schemas.py:
3775
Test_Scanners:
3876
'*': v1.31.0
77+
akka-http: bug (APPSEC-56888)
78+
play: bug (APPSEC-56869)
3979
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
80+
vertx3: bug (APPSEC-56870)
81+
vertx4: bug (APPSEC-56871)
4082
Test_Schema_Request_Cookies:
4183
'*': v1.31.0
84+
akka-http: bug (APPSEC-56888)
85+
play: bug (APPSEC-56869)
4286
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
87+
vertx3: bug (APPSEC-56870)
88+
vertx4: bug (APPSEC-56871)
4389
Test_Schema_Request_FormUrlEncoded_Body:
4490
'*': v1.31.0
91+
akka-http: bug (APPSEC-56888)
92+
play: bug (APPSEC-56869)
4593
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
94+
vertx3: bug (APPSEC-56870)
95+
vertx4: bug (APPSEC-56871)
4696
Test_Schema_Request_Headers:
4797
'*': v1.31.0
98+
akka-http: bug (APPSEC-56888)
99+
play: bug (APPSEC-56869)
48100
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
101+
vertx3: bug (APPSEC-56870)
102+
vertx4: bug (APPSEC-56871)
49103
Test_Schema_Request_Json_Body:
50104
'*': v1.36.0
51-
akka-http: missing_feature
105+
akka-http: bug (APPSEC-56888)
52106
jersey-grizzly2: missing_feature
53-
play: missing_feature
107+
play: bug (APPSEC-56869)
54108
resteasy-netty3: missing_feature
55109
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
56-
vertx4: v1.47.0
110+
vertx3: bug (APPSEC-56870)
111+
vertx4: bug (APPSEC-56871)
57112
Test_Schema_Request_Path_Parameters:
58113
'*': v1.36.0
59-
akka-http: missing_feature (path parameters not suported)
114+
akka-http: missing_feature (path parameters not suported & APPSEC-56888)
60115
jersey-grizzly2: bug (APPSEC-56846)
116+
play: bug (APPSEC-56869)
61117
resteasy-netty3: bug (APPSEC-56846)
62118
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
119+
vertx3: bug (APPSEC-56870)
120+
vertx4: bug (APPSEC-56871)
63121
Test_Schema_Request_Query_Parameters:
64122
'*': v1.31.0
123+
akka-http: bug (APPSEC-56888)
124+
play: bug (APPSEC-56869)
65125
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
126+
vertx3: bug (APPSEC-56870)
127+
vertx4: bug (APPSEC-56871)
66128
Test_Schema_Response_Body: missing_feature
67129
Test_Schema_Response_Body_env_var: missing_feature
68130
Test_Schema_Response_Headers: missing_feature

0 commit comments

Comments
 (0)