etherisc / gif-next

Repository for the next version of the Generic Insurance Framework (GIF) smart contracts. The official version is GIF V3.
https://docs.etherisc.com/gif-next/3.x/
Apache License 2.0
6 stars 2 forks source link

Ensure validation of NFT type #512

Closed doerfli closed 2 months ago

doerfli commented 3 months ago

when an NFT is used, always ensure its the correct type for the context. especially when NFT is provided from external source. also write testcase with nft of wrong type for usage.

doerfli commented 3 months ago

together with #518