GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Taint issues I noticed wint GSE while checking on taint for another addon

Thrumbar opened this issue · 2 comments

commented

Been getting a lot of taint as follows and ask if you could check into changing line 602 of the Storage.lua to localize it as it does not change any way the addon functions that I can tell but stops the taint.

602 retvalue = ""
to
602 local retvalue = ""

8/29 17:50:52.467 Global variable retvalue tainted by GSE - Interface\AddOns\GSE\API\Storage.lua:602 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.467 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.467 Global variable retvalue tainted by Ailo - Interface\AddOns\GSE\API\Storage.lua:613 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.467 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.467 Global variable retvalue tainted by GSE - Interface\AddOns\GSE\API\Storage.lua:602 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.467 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.467 Global variable retvalue tainted by Ailo - Interface\AddOns\GSE\API\Storage.lua:605 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.467 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.467 Global variable retvalue tainted by GSE - Interface\AddOns\GSE\API\Storage.lua:602 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.467 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.467 Global variable retvalue tainted by Ailo - Interface\AddOns\GSE\API\Storage.lua:605 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.467 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.467 Global variable retvalue tainted by GSE - Interface\AddOns\GSE\API\Storage.lua:602 PrepareStepFunction()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.467 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.473 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.473 Global variable retvalue tainted by Ailo - Interface\AddOns\GSE\API\Storage.lua:613 PrepareStepFunction()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.473 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.473 Global variable retvalue tainted by GSE - Interface\AddOns\GSE\API\Storage.lua:602 PrepareStepFunction()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.473 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.473 Global variable retvalue tainted by Ailo - Interface\AddOns\GSE\API\Storage.lua:613 PrepareStepFunction()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.473 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53
8/29 17:50:52.473 Global variable retvalue tainted by GSE - Interface\AddOns\GSE\API\Storage.lua:602 PrepareStepFunction()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:1139 PrepareOnClickImplementation()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Storage.lua:591 OOCUpdateSequence()
8/29 17:50:52.473 Interface\AddOns\GSE\API\Events.lua:310 ?()
8/29 17:50:52.473 Interface\AddOns\Ailo\Libs\AceTimer-3.0\AceTimer-3.0.lua:53

commented
commented

Anytime