573 - SetItemRef taint
Aside other possible taint problem (if any), this one is quite obvious and you probably want to fix it.
What steps will reproduce the problem?
1. Disable all addons but Prat-3.0 and Prat-3.0_Libraries
2. Enter game
3. /run print(issecurevariable("SetItemRef")) => nil Prat-3.0_Libraries
References:
1. http://www.wowpedia.org/API_SetItemRef
See the Notes part: Do not insecurely hook this function to add your own link types; hook ChatFrame_OnHyperlinkShow(frame, link, text, button) instead. Hooking this function insecurely will end up tainting Blizzard's combat log, which will taint UIParent's update routines and result in "action has been blocked" messages.
You may want to secure hook it or hook the other function.
2. http://www.wowace.com/addons/bug-grabber/tickets/31-possible-tainting/
You may want to check out the changes made between older and newer BugGrabbers.
| User | When | Change |
|---|---|---|
| Everdreamer | Dec 28, 2011 at 23:00 UTC | Changed description:- Aside other potential taint problem (if any), this one is quite obvious and you probably want to fix it. + Aside other possible taint problem (if any), this one is quite obvious and you probably want to fix it. What steps will reproduce the problem? 1. Disable all addons but Prat-3.0 and Prat-3.0_Libraries |
| Everdreamer | Dec 28, 2011 at 22:59 UTC | Create |
Facts
- Last updated
- Dec 28, 2011
- Reported
- Dec 28, 2011
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0