diff --git a/List-of-Known-Exploit-Fixes.md b/List-of-Known-Exploit-Fixes.md index bde5778..17f49f1 100644 --- a/List-of-Known-Exploit-Fixes.md +++ b/List-of-Known-Exploit-Fixes.md @@ -1,4 +1,7 @@ -* ([315e1d53](https://github.com/SWG-Source/client-tools/commit/315e1d53c7c6b63d78a225ad8aff14c4dae64e36) and [6aa96f00](https://github.com/SWG-Source/dsrc/commit/6aa96f006af7bf26acf42a744880f650489639b7)) Addresses an exploit where stackable items could be sold to a junk dealer while in the player's toolbar and then retrieved from the buyback container unintentionally by clicking the item in the toolbar allowing a loop of selling and buying back the item. +* ([23c8f343](https://github.com/SWG-Source/client-tools/commit/23c8f3430abf6f52e6b82a910f57a1bda65be25f)) Addresses a scripting issue that created a vulnerability in certain client-side admin commands. +* ([f8a5b050](https://github.com/SWG-Source/src/commit/f8a5b0505ed957d67ed8df2af4308b8fe2ad0ed4)) Adds additional level of validation to container opening admin commands. +* ([62edbcf6](https://github.com/SWG-Source/src/commit/62edbcf662f4252780cf5bed027427d186dc3b97)) Blocks using /open on a crafting tool to get generated items prior to completing the crafting process. +* ([315e1d53](https://github.com/SWG-Source/client-tools/commit/315e1d53c7c6b63d78a225ad8aff14c4dae64e36) and [6aa96f00](https://github.com/SWG-Source/dsrc/commit/6aa96f006af7bf26acf42a744880f650489639b7)) and [b3d51a77](https://github.com/SWG-Source/client-tools/commit/b3d51a77b8cc121d2a5d2e06a25c4874fadb3697) Addresses an exploit where stackable items could be sold to a junk dealer while in the player's toolbar and then retrieved from the buyback container unintentionally by clicking the item in the toolbar allowing a loop of selling and buying back the item. * ([e5c9ef5b](https://github.com/SWG-Source/client-tools/commit/e5c9ef5b55d350f5226d7ae573656d71682db107) (later adjusted via [e5536f68](https://github.com/SWG-Source/client-tools/commit/e5536f6837d26f66f8bfa28f8cf08a903f20b8c7)) Fixes an exploit that allows a player to loop using the /examine command and speed hack accelerate their movement. * ([fb0b6407](https://github.com/SWG-Source/dsrc/commit/fb0b6407434773532767ba4b8b108373db5a5725)) Fixes an exploit that allows any Jedi Profession to request a robe from a Force Shrine if they don't have one in their inventory. The common exploit tactic involved requesting a robe, selling to a junk dealer, and repeating. * ([0b7ba4c7](https://github.com/SWG-Source/src/commit/0b7ba4c7fc1aea5dab674fe1dc0c4c9fe316a157)) Disallows auctioning an item that isn't contained by a player to fix an exploit that allowed players to sell an item to the Bazaar and a Junk Dealer in close succession.