You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gate the violation link on the minimum Xray version (XRAY-155957)
The violation permalink endpoint shipped in Xray 3.150.4 / 3.151.0
(XRAY-147005). Without a gate, Frogbot would print a link that 404s on
older Xray versions. GetViolationUiLinkBaseUrl returns an empty string
below the minimum, which the renderer already treats as "no link".
The endpoint was also backported to 3.143.31, but a single minimum
cannot cover that line without wrongly admitting 3.144-3.150.3.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments