Thread: Darn you taint!
View Single Post
10-19-14, 05:26 AM   #5
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
If the ui accesses any variable that was modified by an addon, everything after that point in the function will be tainted and will spread to other functions in the interface that use that function and so on until eventually it invariably breaks a secure function.
  Reply With Quote