[Pkg-shadow-devel] [Git][debian/adduser][master] fix commentre, it accidentally allowed "-_ (" to _)
Marc Haber (@zugschlus)
gitlab at salsa.debian.org
Sun Mar 30 08:35:41 BST 2025
Marc Haber pushed to branch master at Debian / adduser
Commits:
359a4762 by Marc Haber at 2025-03-30T09:29:48+02:00
fix commentre, it accidentally allowed "-_ (" to _)
- - - - -
1 changed file:
- AdduserCommon.pm
Changes:
=====================================
AdduserCommon.pm
=====================================
@@ -84,7 +84,7 @@ use constant {
simplefilenamere => qr/[-_\.0-9a-zA-Z]+/,
pathre => qr/[- \p{Graph}_\.+!\$%&()\]\[;0-9a-zA-Z\/{}>*'@]+/,
simplepathre => qr/[-_\$\.0-9a-zA-Z\/]+/,
- commentre => qr/["-_\.+!\$%&()\]\[;0-9a-zA-Z\/ ]*/,
+ commentre => qr/[-"_\.+!\$%&()\]\[;0-9a-zA-Z\/ ]*/,
numberre => qr/[0-9]+/,
namere => qr/^([^-+~:,\s\/][^:,\s\/]*)$/aa,
anynamere => qr/^([^-+~:,\s\/][^:,\s\/]*)$/aa,
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/359a4762153ee700500391128d56ef3c68d2cffa
--
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/359a4762153ee700500391128d56ef3c68d2cffa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-shadow-devel/attachments/20250330/c24c6d5c/attachment.htm>
More information about the Pkg-shadow-devel
mailing list