Bug 94349 - Bugzilla user preferences are blank
Summary: Bugzilla user preferences are blank
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: web (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-26 20:46 UTC by mirh
Modified: 2020-03-28 14:58 UTC (History)
5 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2020-03-26 00:00:00


Attachments
Fix taint issue in Template/Provider.pm (270 bytes, patch)
2020-03-28 12:25 UTC, Frédéric Buclin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Andrew Pinski 2020-03-26 22:08:47 UTC
Confirmed.
Comment 2 Eric Gallager 2020-03-27 03:48:41 UTC
hm, maybe this is why bugzilla has been acting strangely for me lately? 
(forgetting my "last visited" date on bugs, randomly un-cc-ing me without it showing up in the bug history...)
Comment 3 Frédéric Buclin 2020-03-27 08:59:42 UTC
Hum, what happened recently, server side? The source code didn't change for months (or if it changed, someone else did).
Comment 4 Jonathan Wakely 2020-03-27 09:03:15 UTC
The entire server was replaced, with new hardware, new OS, and new versions of most software.
Comment 5 Jonathan Wakely 2020-03-27 09:05:17 UTC
The "Detailed Bug Information" part of the Advanced Search page is also not properly populated now. It used to have fields for searching comments, keywords and more.
Comment 6 Andrew Pinski 2020-03-27 09:11:12 UTC
(In reply to Jonathan Wakely from comment #5)
> The "Detailed Bug Information" part of the Advanced Search page is also not
> properly populated now. It used to have fields for searching comments,
> keywords and more.

I filed that as PR 94351 as I was finally annoyed enough to file it.
Comment 7 Frédéric Buclin 2020-03-27 20:08:49 UTC
Template-Toolkit has been upgraded to 3.007. Problem fixed.
Comment 8 Frédéric Buclin 2020-03-28 12:25:56 UTC
Created attachment 48139 [details]
Fix taint issue in Template/Provider.pm

I wrote a trivial patch to fix the taint issue reported in Template/Provider.pm and which is filling the web server error log.

@fche: could you please attach this patch upstream on https://github.com/abw/Template2/issues/258 (I don't have nor want a github account). Thanks! :)
Comment 9 Jonathan Wakely 2020-03-28 14:58:58 UTC
I created a pull request for the patch, it's linked to from that issue now.