Actions
Patch #43966
closedTighten SVN repository URL validation
Description
For some reason, the repo URL validation regexp uses \A, but lacks \z. The URL seems to be sufficiently escaped / quoted where used so not really an actual security issue, but still, I do not see a reason to allow values with multiple lines here.
Files
Updated by Go MAEDA about 1 month ago
- Target version set to 6.0.10
Setting the target version to 6.0.10.
Updated by Go MAEDA about 1 month ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
Committed the fix in r24589. Thank you.
Updated by Go MAEDA about 1 month ago
- Subject changed from tighten SVN repository URL validation to Tighten SVN repository URL validation
Actions