minetest-mods / anvil

Minetest mod providing an anvil with which to repair worn tools
GNU General Public License v3.0
14 stars 18 forks source link

Protect anvil's `input` inventory from take/put if player is not the owner #35

Closed zmv7 closed 1 year ago

zmv7 commented 1 year ago

This PR fixes vulnerability that can be used for stealing tools of other players' anvils. In other words, any player could take/put damaged tools on any anvil using a special clientside mod.

How to test