Commit 29ba642
fix: incomplete regular expression for hostnames (#263)
CodeQL detected where we'd missed escaping a `.`, which means we match any character instead of a literal `.`, as was the intention.
Copilot Autofix fixed it!
Closes: #170
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>1 parent 955fd64 commit 29ba642
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments