Closed Bug 32971 Opened 25 years ago Closed 25 years ago

edituser.cgi "new" checks user against bultin regular expression

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

SGI
IRIX
defect

Tracking

()

VERIFIED FIXED
Bugzilla 2.12

People

(Reporter: egbert, Assigned: justdave)

References

Details

Attachments

(1 file)

edituser.cgi unless ($user =~ /^[^\@]+\@[^\@]+$/) { print "The user name entered must be a valid e-mail address. Please press\n"; print "<b>Back</b> and try again.\n"; PutTrailer($localtrailer); exit; } Notice how the $user is checked against /^[^\@]+\@[^\@]+$/. It should be checked against Param("emailregexp");
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details, see my posting in netscape.public.mozilla.webtools, news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
This bug still exists in 2.10 and is duplicated by bug #34017
Blocks: 43613
For those following this bug, it has been duplicated again by bug 44620. However, bug 44620 does contain a patch! :)
another patch here waiting... (maybe you can follow and appropriately mark the duplicates while you're at it)
*** Bug 44620 has been marked as a duplicate of this bug. ***
The following patch was posted to bug 44620 by mtakacs@pacbell.net, which ended up being a duplicate of this bug.
Assignee: tara → dave
Status: NEW → ASSIGNED
Patch has been checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
*** Bug 34017 has been marked as a duplicate of this bug. ***
*** Bug 58464 has been marked as a duplicate of this bug. ***
In search of accurate queries.... (sorry for the spam)
Target Milestone: --- → Bugzilla 2.12
Status: RESOLVED → VERIFIED
This is a trivial fix which is a pain to verify. So VERIFYING based on inspection ;-) Gerv
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: