github-advanced-security[bot] commented on code in PR #29693:
URL: https://github.com/apache/superset/pull/29693#discussion_r1854542278
##########
superset-frontend/src/features/home/Menu.tsx:
##########
@@ -307,11 +313,11 @@
~ >
~ {isFrontendRoute(window.location.pathname) ? (
~ <GenericLink className="navbar-brand" to={brand.path}>
<img src={brand.icon} alt={brand.alt} />
</GenericLink>
) : (
- <a className="navbar-brand" href={brand.path}>
+ <a className="navbar-brand" href={brand.path} tabIndex={-1}>
Review Comment:
## DOM text reinterpreted as HTML
[DOM text](1) is reinterpreted as HTML without escaping meta-characters.
[Show more
details](https://github.com/apache/superset/security/code-scanning/1218)
--
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]