Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JAVA]Enable XPASSED test_extended_location_data for some vulnerabilities #4204

Merged
merged 2 commits into from
Feb 27, 2025
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
24 changes: 22 additions & 2 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,17 @@ tests/:
spring-boot-openliberty: bug (APPSEC-51483)
vertx3: missing_feature
vertx4: missing_feature
Test_HstsMissingHeader_ExtendedLocation: missing_feature
Test_HstsMissingHeader_ExtendedLocation:
'*': v1.20.0
akka-http: missing_feature
jersey-grizzly2: missing_feature
play: missing_feature
ratpack: missing_feature
resteasy-netty3: missing_feature
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
spring-boot-openliberty: bug (APPSEC-51483)
vertx3: missing_feature
vertx4: missing_feature
Test_HstsMissingHeader_StackTrace: irrelevant (not expected to have a stack trace)
test_insecure_auth_protocol.py:
Test_InsecureAuthProtocol:
Expand Down Expand Up @@ -455,7 +465,17 @@ tests/:
spring-boot-openliberty: bug (APPSEC-54981)
vertx3: missing_feature
vertx4: missing_feature
Test_XContentSniffing_ExtendedLocation: missing_feature
Test_XContentSniffing_ExtendedLocation:
'*': v1.22.0
akka-http: missing_feature
jersey-grizzly2: missing_feature
play: missing_feature
ratpack: missing_feature
resteasy-netty3: missing_feature
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
spring-boot-openliberty: bug (APPSEC-54981)
vertx3: missing_feature
vertx4: missing_feature
Test_XContentSniffing_StackTrace: irrelevant (not expected to have a stack trace)
test_xpath_injection.py:
TestXPathInjection:
Expand Down
2 changes: 1 addition & 1 deletion tests/appsec/iast/sink/test_trust_boundary_violation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def setup_extended_location_data(self):
)

def test_extended_location_data(self):
validate_extended_location_data(self.r, self.vulnerability_type, is_expected_location_required=False)
validate_extended_location_data(self.r, self.vulnerability_type, is_expected_location_required=True)