Index: trunk/extensions/timeline/EasyTimeline.pl |
— | — | @@ -61,8 +61,12 @@ |
62 | 62 | # however internal font used by Ploticus has strange mapping so some are replaced |
63 | 63 | # by undercore or unaccented version of character |
64 | 64 | # this is a make do solution until full unicode support with external fonts will be added |
| 65 | +# |
| 66 | +# 1.12 June 2009 |
| 67 | +# - Don't send -mapfile to ploticus without also sending -csmap, this creates an XSS |
| 68 | +# vulnerability |
65 | 69 | |
66 | | - $version = "1.9" ; |
| 70 | + $version = "1.12" ; |
67 | 71 | |
68 | 72 | use Time::Local ; |
69 | 73 | use Getopt::Std ; |