#1732 Special html symbols should be excaped in PackageReviewStatus
Closed: Fixed None Opened 14 years ago by atorkhov.

In pages like http://fedoraproject.org/PackageReviewStatus/NEW.html special review symbols (like <, >, &) should be escaped (turned to <, >, &) because unescaped them may corrupt layout like currently happens with https://bugzilla.redhat.com/show_bug.cgi?id=528003 - it has <textarea> in bug title.


Adding tibbs here, since he wrote the script that does this page. ;)

The script uses genshi, which does the necessary escaping automatically, so I'm not sure what this is about. I guess it's a year old, though; maybe a year ago I hadn't rewritten things yet.

Login to comment on this ticket.

Metadata