bito-code-review[bot] commented on PR #43398: URL: https://github.com/apache/superset/pull/43398#issuecomment-5372427063
<!-- Bito Reply --> The CodeQL finding regarding incomplete string escaping or encoding in `superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.tsx` is not directly addressed by the provided PR diff. The current PR focuses on improving the `isProbablyHTML` heuristic and `sanitizeHtmlIfNeeded` utility within `superset-frontend/packages/superset-ui-core/src/utils/html.tsx` to prevent XSS payloads (like `<svg>` or `<details>`) from bypassing sanitization. If the CodeQL alert refers to a specific string manipulation or rendering issue in the `useExploreAdditionalActionsMenu` component, it remains an open concern that is not covered by the changes in this pull request. -- 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]
