Skip to content

Commit ca89031

Browse files
Enable schema extraction tests in Java
1 parent 961bf8c commit ca89031

File tree

1 file changed

+33
-24
lines changed

1 file changed

+33
-24
lines changed

manifests/java.yml

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -74,61 +74,70 @@ tests/:
7474
Test_Scanners:
7575
'*': v1.31.0
7676
akka-http: bug (APPSEC-56888)
77-
play: bug (APPSEC-56869)
77+
play: v1.51.0
7878
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
7979
spring-boot-payara: bug (APPSEC-57921)
80-
vertx3: bug (APPSEC-56870)
81-
vertx4: bug (APPSEC-56871)
80+
vertx3: v1.51.0
81+
vertx4: v1.51.0
8282
Test_Schema_Request_Cookies:
8383
'*': v1.31.0
8484
akka-http: bug (APPSEC-56888)
85-
play: bug (APPSEC-56869)
85+
play: v1.51.0
8686
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
87-
vertx3: bug (APPSEC-56870)
88-
vertx4: bug (APPSEC-56871)
87+
vertx3: v1.51.0
88+
vertx4: v1.51.0
8989
Test_Schema_Request_FormUrlEncoded_Body:
9090
'*': v1.31.0
9191
akka-http: bug (APPSEC-56888)
92-
play: bug (APPSEC-56869)
92+
play: v1.51.0
9393
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
94-
vertx3: bug (APPSEC-56870)
95-
vertx4: bug (APPSEC-56871)
94+
vertx3: v1.51.0
95+
vertx4: v1.51.0
9696
Test_Schema_Request_Headers:
9797
'*': v1.31.0
9898
akka-http: bug (APPSEC-56888)
99-
play: bug (APPSEC-56869)
99+
play: v1.51.0
100100
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
101-
vertx3: bug (APPSEC-56870)
102-
vertx4: bug (APPSEC-56871)
101+
vertx3: v1.51.0
102+
vertx4: v1.51.0
103103
Test_Schema_Request_Json_Body:
104104
'*': v1.36.0
105105
akka-http: bug (APPSEC-56888)
106106
jersey-grizzly2: missing_feature
107-
play: bug (APPSEC-56869)
107+
play: v1.51.0
108108
resteasy-netty3: missing_feature
109109
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
110-
vertx3: bug (APPSEC-56870)
111-
vertx4: bug (APPSEC-56871)
110+
vertx3: v1.51.0
111+
vertx4: v1.51.0
112112
Test_Schema_Request_Path_Parameters:
113113
'*': v1.36.0
114114
akka-http: missing_feature (path parameters not suported & APPSEC-56888)
115115
jersey-grizzly2: bug (APPSEC-56846)
116-
play: bug (APPSEC-56869)
116+
play: v1.51.0
117117
resteasy-netty3: bug (APPSEC-56846)
118118
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
119-
vertx3: bug (APPSEC-56870)
120-
vertx4: bug (APPSEC-56871)
119+
vertx3: v1.51.0
120+
vertx4: v1.51.0
121121
Test_Schema_Request_Query_Parameters:
122122
'*': v1.31.0
123123
akka-http: bug (APPSEC-56888)
124-
play: bug (APPSEC-56869)
124+
play: v1.51.0
125+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
126+
vertx3: v1.51.0
127+
vertx4: v1.51.0
128+
Test_Schema_Response_Body:
129+
'*': v1.51.0
130+
akka-http: bug (APPSEC-56888)
125131
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
126-
vertx3: bug (APPSEC-56870)
127-
vertx4: bug (APPSEC-56871)
128-
Test_Schema_Response_Body: missing_feature
129132
Test_Schema_Response_Body_env_var: missing_feature
130-
Test_Schema_Response_Headers: missing_feature
131-
Test_Schema_Response_on_Block: missing_feature
133+
Test_Schema_Response_Headers:
134+
'*': v1.51.0
135+
akka-http: bug (APPSEC-56888)
136+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
137+
Test_Schema_Response_on_Block:
138+
'*': v1.51.0
139+
akka-http: bug (APPSEC-56888)
140+
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
132141
iast/:
133142
sink/:
134143
test_code_injection.py:

0 commit comments

Comments
 (0)