Taint on Share (copy to clipboard)
filliph opened this issue ยท 2 comments
BugSack:
1x [ADDON_ACTION_FORBIDDEN] AddOn 'TalentTreeTweaks' tried to call the protected function 'CopyToClipboard()'.
[string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `CopyToClipboard'
[string "@Blizzard_ClassTalentUI/Blizzard_ClassTalentTalentsTab.lua"]:461: in function `callback'
[string "@SharedXML/LoadSystem/LoadSystemTemplates.lua"]:26: in function <.SharedXML/LoadSystem/LoadSystemTemplates.lua:17>
[string "=(tail call)"]: ?
[string "@SharedXML/SharedUIPanelTemplates.lua"]:2457: in function `SetSelectedValue'
[string "@SharedXML/SharedUIPanelTemplates.lua"]:2409: in function `func'
[string "@SharedXML/UIDropDownMenu.lua"]:1007: in function `UIDropDownMenuButton_OnClick'
[string "*UIDropDownMenuTemplates.xml:136_OnClick"]:1: in function <[string "*UIDropDownMenuTemplates.xml:136_OnClick"]:1>
taint.log
from /console taintLog 1
n12/6 23:12:40.759 Interface/SharedXML/UIDropDownMenu.lua:973 UIDropDownMenuButton_OnClick()
12/6 23:12:40.759 An action was blocked because of taint from TalentTreeTweaks - CopyToClipboard()
12/6 23:12:40.759 Interface/AddOns/Blizzard_ClassTalentUI/Blizzard_ClassTalentTalentsTab.lua:461 callback()
12/6 23:12:40.759 Interface/SharedXML/LoadSystem/LoadSystemTemplates.lua:26
12/6 23:12:40.759 Interface/SharedXML/SharedUIPanelTemplates.lua:2457 Frame:SetSelectedValue()
12/6 23:12:40.759 Interface/SharedXML/SharedUIPanelTemplates.lua:2409 func()
12/6 23:12:40.759 Interface/SharedXML/UIDropDownMenu.lua:1007 UIDropDownMenuButton_OnClick()
12/6 23:12:40.759 DropDownList1Button6:IDropDownMenuTemplates.xml:136_OnClick()
12/6 23:16:03.942 Interface/SharedXML/UIDropDownMenu.lua:973 UIDropDownMenuButton_OnClick()
12/6 23:16:03.942 An action was blocked because of taint from TalentTreeTweaks - CopyToClipboard()
12/6 23:16:03.942 Interface/AddOns/Blizzard_ClassTalentUI/Blizzard_ClassTalentTalentsTab.lua:461 callback()
12/6 23:16:03.942 Interface/SharedXML/LoadSystem/LoadSystemTemplates.lua:26
12/6 23:16:03.942 Interface/SharedXML/SharedUIPanelTemplates.lua:2457 Frame:SetSelectedValue()
12/6 23:16:03.942 Interface/SharedXML/SharedUIPanelTemplates.lua:2409 func()
12/6 23:16:03.942 Interface/SharedXML/UIDropDownMenu.lua:1007 UIDropDownMenuButton_OnClick()
12/6 23:16:03.942 DropDownList1Button6:IDropDownMenuTemplates.xml:136_OnClick()
I'm having trouble reproducing this myself
if you're able to consistently reproduce this issue, could you send a taintLog 2
log?
I have made some changes in a new update which might help reduce issues, could you confirm if it helped?