Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
e40fae0d
Commit
e40fae0d
authored
May 23, 2004
by
jouni%heikniemi.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 224021: taint issues in editusers.cgi
Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
parent
39e9e3e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
editusers.cgi
editusers.cgi
+1
-0
No files found.
editusers.cgi
View file @
e40fae0d
...
...
@@ -323,6 +323,7 @@ if ($action eq 'list') {
$query
=
"SELECT login_name,realname,disabledtext "
.
"FROM profiles WHERE "
.
$::FORM
{
'query'
}
.
" ORDER BY login_name"
;
}
elsif
(
exists
$::FORM
{
'group'
})
{
detaint_natural
(
$::FORM
{
'group'
});
$query
=
"SELECT DISTINCT login_name,realname,disabledtext "
.
"FROM profiles, user_group_map WHERE profiles.userid = user_group_map.user_id
AND group_id="
.
$::FORM
{
'group'
}
.
" ORDER BY login_name"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment