Commit a710da9
committed
test(config): assert trusted_hosts by exact list (CodeQL URL-substring false positive)
CodeQL flagged 'myapp.example.com' in cfg.trusted_hosts as incomplete URL
substring sanitization — a false positive on list-membership. Assert exact list
equality instead; same meaning, no heuristic trip.1 parent 1edd514 commit a710da9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
361 | 363 | | |
362 | 364 | | |
363 | 365 | | |
| |||
0 commit comments