The link to the ticketing contract source on GitHub is a plain <a> with no target="_blank" or rel="noopener noreferrer", so reading the cited source code navigates the visitor away from the security page.
Suggested fix: Add target="_blank" rel="noopener noreferrer" to the anchor tag.
The link to the ticketing contract source on GitHub is a plain
<a>with notarget="_blank"orrel="noopener noreferrer", so reading the cited source code navigates the visitor away from the security page.Suggested fix: Add
target="_blank" rel="noopener noreferrer"to the anchor tag.