Commit c5ddeec
fix(triage): use exact host match to satisfy CodeQL
Replace .endswith() with exact set membership check for gitlab
hostnames. CodeQL flagged substring matching as incomplete URL
sanitization, even though urlparse().hostname was already used.
RHCLOUD-47252
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a5dd356 commit c5ddeec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments