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
refactor: replace regex with URL parser in convertGitHubWebUrl
Remove the regular expression used to parse GitHub blob URLs in favour of
the built-in URL constructor and string operations. This eliminates the
potential ReDoS security hotspot flagged by SonarCloud while preserving
full support for slash-based branch names (e.g. 'feature/new-branch').
Fixes SonarCloud security hotspot on validation.service.ts:76.
0 commit comments