File Details
23.5.1
- R
- Apr 5, 2026
- 1.43 MB
- 56.6K
- 12.0.1+1
- Retail
File Name
CraftSim-23.5.1.zip
Supported Versions
- 12.0.1
- 12.0.0
CraftSim
23.5.1 (2026-04-05)
Full Changelog Previous Releases
- chore: update version to 23.5.1 and add patch notes for recent changes
- fix: remove tooltip:Show() call that tainted MoneyFrame secure execution (#1220)
The TooltipDataProcessor post-call callback called tooltip:Show() from
addon (tainted) context, which re-entered the tooltip display pipeline
and tainted the secure execution path. When MoneyFrame_Update then
tried to do arithmetic on secret money values, WoW's taint system
blocked it with "attempt to perform arithmetic on a secret number value
(tainted by 'CraftSim')".
The Show() call was redundant — Blizzard's TooltipDataProcessor already
calls Show() after all post-call callbacks complete from secure context.
Co-authored-by: genjuwow derfloh205@gmail.com - fix for expansion filter (#1219)

