The "Source" column renders https://github.com/StellarTickets/* URLs through the internal Link component with no target="_blank" or rel="noopener noreferrer". External links should open in a new tab and avoid exposing window.opener to the destination page.
Suggested fix: For links whose href starts with http, render a plain <a target="_blank" rel="noopener noreferrer" href={link.href}> instead of the internal Link component.
The "Source" column renders
https://github.com/StellarTickets/*URLs through the internalLinkcomponent with notarget="_blank"orrel="noopener noreferrer". External links should open in a new tab and avoid exposingwindow.openerto the destination page.Suggested fix: For links whose
hrefstarts withhttp, render a plain<a target="_blank" rel="noopener noreferrer" href={link.href}>instead of the internalLinkcomponent.