mirror of
https://github.com/apache/superset.git
synced 2026-09-08 08:14:56 +00:00
- Add the missing 403 OpenAPI response to the semantic-view structure and delete endpoints, matching the raise_for_access/response_403 calls they already make. - Fix sanitize_svg_content to drop everything after an unterminated <script> opener instead of just the tag itself, since browsers treat an unterminated <script> as consuming the rest of the document. Strengthen the regression test to assert the payload text is gone too. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>