hanicz opened a new pull request, #1369: URL: https://github.com/apache/knox/pull/1369
[KNOX-3419](https://issues.apache.org/jira/browse/KNOX-3419) - Add docker based tests for recent improvements ## What changes were proposed in this pull request? New tests: - `test_knox_token_passcode` (KNOX-3413) — passcode bound to its own token; a verified guest passcode replayed against an admin token id → 401, never asserted as admin. - `test_knox_admin_path_traversal` (KNOX-3418) — Admin API rejects traversal names (..%2f…, ..%252f…) → 400. - `test_knox_ldap_filter_injection` (KNOX-3417) — search-filter injection escaped; metacharacter usernames → 401. - `test_knoxsso_redirect` — KnoxSSO rejects originalUrl with embedded userinfo → 400. - Extended `test_knoxtoken_jwt` with 5 non-owner/non-whitelist authz tests (disable + getUserTokens → 403). ## How was this patch tested? Ran the tests ## Integration Tests See in changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
