Opened 17 years ago
Closed 17 years ago
#4241 closed defect (fixed)
javascript injected into mythvideo inetref column
Reported by: | stuartm | Owned by: | Anduin Withers |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | mythvideo | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When doing an IMDB lookup the following snippet of javascript was injected into the inetref column suggesting that we need to shore up the parsing of the IMDB id data.
0099810" onClick="(new Image()).
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [15087]) Closes #4241 References #3972
Merges trunk changes [14989] and [14738].
Original commit messages:
This is a slightly modified version of the patch submitted by Patrick Gillan.
- Adds release date to the imdb.pl output
A valid release date will only be displayed if you have the DateTime::Format::Strptime perl module.
Handle single result IMDB number finding better. Two attempts are now made and we now ensure it is a number.
(In [14989]) References #4241
Handle single result IMDB number finding better. Two attempts are now made and we now ensure it is a number.