rusackas opened a new pull request, #43391: URL: https://github.com/apache/superset/pull/43391
### SUMMARY - Guest-token query tamper checks now also compare `annotation_layers` and `result_type` against the stored chart's query context, closing gaps where a request could reference an annotation layer or result type (e.g. `samples`/`drill_detail`) the stored chart didn't itself use. - The embedded-dashboard pre-auth page no longer renders the dashboard's title/description before a guest token is presented; the SPA fetches that metadata through the authenticated API instead. - The guest async-channel id is now derived from the full decoded token claim set instead of an enumerated field subset, so any claim difference (not just the ones someone remembered to list) produces a distinct channel. ### TESTING INSTRUCTIONS `pytest tests/unit_tests/security/manager_test.py tests/unit_tests/async_events/ tests/integration_tests/embedded/test_view.py` — new/extended tests per change, each verified to fail pre-fix and pass post-fix. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
