Skip to content

Commit

Permalink
Enabled xpassed tests for Java (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov authored Nov 20, 2024
1 parent 05c494c commit 555dbce
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,9 @@ tests/:
'*': v1.40.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Test_Lfi_RC_CustomAction: missing_feature (APPSEC-54930)
Test_Lfi_Rules_Version: missing_feature
Test_Lfi_Rules_Version:
'*': v1.43.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Test_Lfi_StackTrace:
'*': v1.40.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Expand All @@ -603,8 +605,11 @@ tests/:
'*': v1.40.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
spring-boot-payara: missing_feature (APPSEC-54966)
test_libddwaf.py: missing_feature
test_shi.py: missing_feature (Not support in Java)
test_libddwaf.py:
Test_Libddwaf_Version:
'*': v1.40.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
test_shi.py: irrelevant (Not support in Java)
# SQLi was introduced in v1.38.0 (with RASP disabled by default, but was flaky)
test_sqli.py:
Test_Sqli_BodyJson:
Expand Down Expand Up @@ -638,7 +643,9 @@ tests/:
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
vertx3: v1.40.0 # issue in context propagation in 1.39.0
vertx4: v1.40.0 # issue in context propagation in 1.39.0
Test_Sqli_Rules_Version: missing_feature
Test_Sqli_Rules_Version:
'*': v1.43.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Test_Sqli_StackTrace:
'*': v1.39.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Expand Down Expand Up @@ -683,14 +690,14 @@ tests/:
Test_Ssrf_Mandatory_SpanTags:
'*': v1.39.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
spring-boot-payara: missing_feature (APPSEC-54966)
vertx4: missing_feature (APPSEC-55781)
Test_Ssrf_Optional_SpanTags:
'*': v1.39.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
spring-boot-payara: missing_feature (APPSEC-54966)
vertx4: missing_feature (APPSEC-55781)
Test_Ssrf_Rules_Version: missing_feature
Test_Ssrf_Rules_Version:
'*': v1.43.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Test_Ssrf_StackTrace:
'*': v1.39.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Expand Down Expand Up @@ -1618,4 +1625,3 @@ tests/:
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Test_TelemetrySCAEnvVar: missing_feature
Test_TelemetryV2: v1.23.0

0 comments on commit 555dbce

Please sign in to comment.