Commit e8ef5b6
fix(validation): cap endpoint/peer port regex at 65535
Replace \d{1,5} (0-99999) with a bounded 0-65535 matcher in the grpc,
grpc-web and peer patterns of checkEndpointAddressFormat. Addresses
Greptile review note: ports 65536-99999 previously passed validation.
Registry-wide scan confirms zero valid entries affected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5f7f238 commit e8ef5b6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
340 | | - | |
| 339 | + | |
| 340 | + | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments