Actions
Patch #43966
opentighten 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
Actions