View Bug Report
FYI - Global Variable Taint
Bug #: 7943
File: Tidy Plates
Date: 03-12-13 11:14 AM
By: AzureDragon
Status: Unconfirmed
I was trying to track down another issue and created a taint log. Tidy Plates did not throw a lua error but had the following entries repeating in the taint log.

Global variable descriptionAlt tainted by TidyPlatesWidgets - Interface\AddOns\TidyPlatesWidgets\UnitCache.lua:153 ?()
Interface\AddOns\TidyPlatesWidgets\UnitCache.lua:187

Making the variables on line 153 local stopped the taint for me so I wanted to let you know about it.