3244: Text does not get escaped in the "Bugs" field while adding a new review

jaredgrubb
May 8, 2014
What version are you running?
1.7.18

What's the URL of the page containing the problem?
private

What steps will reproduce the problem?
1. Create a new review
2. In the "bugs" field, type something like "<TEST>"

What is the expected output? What do you see instead?
After hitting OK, the text disappears. I'd expect to see what I type.

Please provide any additional information below.
Pretty sure the software is just not escaping the text so it gets dropped by the browser?
david
#1 david
  • +Component-Reviews
david
#2 david
I believe that this only affects the 1.7.x release.
  • +EasyFix
    +Milestone-Release1.7.x
#3 vly****@gmai***** (Google Code) (Is this you? Claim this profile.)
I (Vlad via UCOSP) will take this as my intro bug (I'll probably take other ones as well, as this appears to be a one-liner).
david
#4 david
Fixed in release-2.0.x (accf5f8). Thanks!
  • +Fixed