Skip to content

Commit 595f5cf

Browse files
committed
[java] API Security sampling tests
1 parent a3c5afd commit 595f5cf

File tree

1 file changed

+66
-5
lines changed

1 file changed

+66
-5
lines changed

manifests/java.yml

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +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
38+
akka-http: bug (APPSEC-56888)
39+
play: bug (APPSEC-56869)
3440
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
41+
vertx3: bug (APPSEC-56870)
42+
vertx4: bug (APPSEC-56871)
3543
Test_API_Security_RC_ASM_processor_overrides_and_custom_scanner: irrelevant (waf does not support it yet)
36-
test_apisec_sampling.py: missing_feature
44+
test_apisec_sampling.py:
45+
Test_API_Security_Sampling_Different_Endpoints:
46+
'*': v1.47.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.47.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.47.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.47.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)
3774
test_schemas.py:
3875
Test_Scanners:
3976
'*': v1.31.0
77+
akka-http: bug (APPSEC-56888)
78+
play: bug (APPSEC-56869)
4079
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
80+
vertx3: bug (APPSEC-56870)
81+
vertx4: bug (APPSEC-56871)
4182
Test_Schema_Request_Cookies:
4283
'*': v1.31.0
84+
akka-http: bug (APPSEC-56888)
85+
play: bug (APPSEC-56869)
4386
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
87+
vertx3: bug (APPSEC-56870)
88+
vertx4: bug (APPSEC-56871)
4489
Test_Schema_Request_FormUrlEncoded_Body:
4590
'*': v1.31.0
91+
akka-http: bug (APPSEC-56888)
92+
play: bug (APPSEC-56869)
4693
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
94+
vertx3: bug (APPSEC-56870)
95+
vertx4: bug (APPSEC-56871)
4796
Test_Schema_Request_Headers:
4897
'*': v1.31.0
98+
akka-http: bug (APPSEC-56888)
99+
play: bug (APPSEC-56869)
49100
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
101+
vertx3: bug (APPSEC-56870)
102+
vertx4: bug (APPSEC-56871)
50103
Test_Schema_Request_Json_Body:
51104
'*': v1.36.0
52-
akka-http: missing_feature
105+
akka-http: bug (APPSEC-56888)
53106
jersey-grizzly2: missing_feature
54-
play: missing_feature
107+
play: bug (APPSEC-56869)
55108
resteasy-netty3: missing_feature
56109
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
57-
vertx4: v1.47.0
110+
vertx3: bug (APPSEC-56870)
111+
vertx4: bug (APPSEC-56871)
58112
Test_Schema_Request_Path_Parameters:
59113
'*': v1.36.0
60-
akka-http: missing_feature (path parameters not suported)
114+
akka-http: missing_feature (path parameters not suported & APPSEC-56888)
61115
jersey-grizzly2: bug (APPSEC-56846)
116+
play: bug (APPSEC-56869)
62117
resteasy-netty3: bug (APPSEC-56846)
63118
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
119+
vertx3: bug (APPSEC-56870)
120+
vertx4: bug (APPSEC-56871)
64121
Test_Schema_Request_Query_Parameters:
65122
'*': v1.31.0
123+
akka-http: bug (APPSEC-56888)
124+
play: bug (APPSEC-56869)
66125
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
126+
vertx3: bug (APPSEC-56870)
127+
vertx4: bug (APPSEC-56871)
67128
Test_Schema_Response_Body: missing_feature
68129
Test_Schema_Response_Body_env_var: missing_feature
69130
Test_Schema_Response_Headers: missing_feature

0 commit comments

Comments
 (0)