solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
117 stars 223 forks source link

Add section for adding an is_transferring check #236

Closed Woody4618 closed 3 months ago

Woody4618 commented 3 months ago

Problem

There is a potential security problem when the transfer hook instruction can be called out side of a transfer context. This section in the guide addresses this.

All the examples in program examples repository also have this check now.

Woody4618 commented 3 months ago

updated

Woody4618 commented 3 months ago

oh thanks for fixing these 🤗