Closed
Bug 253547
Opened 21 years ago
Closed 21 years ago
Taint error while creating series
Categories
(Bugzilla :: Reporting/Charting, defect, P3)
Bugzilla
Reporting/Charting
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Wurblzap, Assigned: gerv)
Details
Attachments
(1 file)
550 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier:
Insecure dependency in parameter 1 of DBI::db=HASH(0x8db06b8)->do method call
while running with -T switch at Bugzilla/Series.pm line 183.
Reproducible: Always
Steps to Reproduce:
1. Go to
http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=create-series
2. Enter something in the "Name" field
3. Press "Create data set"
Actual Results:
Bugzilla shows
"Insecure dependency in parameter 1 of DBI::db=HASH(0x8db06b8)->do method call
while running with -T switch at Bugzilla/Series.pm line 183."
While looking for this bug, I found bug 251484 and bug 242405, but they are not
it.
Comment 1•21 years ago
|
||
I can make this hapen on TIP, but not the end of the 2.18 branch
Marc can make it happen on rc2
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking2.18?
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
this was caused by bug 242405
to fix we either put trick_taint back into Series.pm at writeToDatabase(), or
initFromCGI()
Reporter | ||
Comment 3•21 years ago
|
||
(In reply to comment #2)
> this was caused by bug 242405
>
> to fix we either put trick_taint back into Series.pm at writeToDatabase(), or
> initFromCGI()
This cures it on head and branch for me. Does it break something else?
Reporter | ||
Updated•21 years ago
|
Attachment #155928 -
Flags: review?
Reporter | ||
Comment 4•21 years ago
|
||
This WORKSFORME on head by now, probably because of bug 225687 landing.
Assignee | ||
Comment 5•21 years ago
|
||
WFM, then.
Gerv
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Target Milestone: Bugzilla 2.18 → ---
Reporter | ||
Updated•21 years ago
|
Attachment #155928 -
Flags: review?
Reporter | ||
Updated•21 years ago
|
Flags: blocking2.18?
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•