diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-08-05 23:52:03 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-08-06 00:00:33 +0200 |
commit | 237a4570e2a2bbfd39520886f56c5240e6ed4bec (patch) | |
tree | bdba5a5fd0f92d7e0ea9e57d8066f5b81bafe3d3 /schema | |
parent | 13693fbdbc9c6625c627d3364cd00949461a61c6 (diff) |
Add PCRE_DOLLAR_ENDONLY to preg_match()
When using preg_match() to check for a match that starts at the
beginning of the string and ends at the last character of the string, we
do not want to allow an additional newline character to sneak in.
Amongst other potential loopholes, adding the PCRE_DOLLAR_ENDONLY
modifier prevents users from registering with user names that end with a
newline character.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'schema')
0 files changed, 0 insertions, 0 deletions