code-423n4 / 2024-04-ai-arena-mitigation-findings

0 stars 0 forks source link

H-02 MitigationConfirmed #42

Open c4-bot-5 opened 7 months ago

c4-bot-5 commented 7 months ago

Lines of code

Vulnerability details

Mitigation of H-02: Mitigated

Mitigated issue

H-02: Non-transferable GameItems can be transferred with GameItems::safeBatchTransferFrom(...)

The issue was a missing override of safeBatchTransferFrom() in GameItems.sol.

Mitigation review - Mitigated

An override of safeBatchTransferFrom() has been added, which checks the transferability of each item in the batch.

c4-judge commented 7 months ago

jhsagd76 marked the issue as satisfactory