Commit 88f0380
committed
fix(tokens/token-extensions/nft-meta-data-pointer/anchor-example): flag unaudited session-keys crate near declare_id
This example depends on the third-party `session-keys` crate, which has not
been independently audited. Anyone reading the example landing on declare_id!
should be told that up front, so add an explicit warning comment right above
declare_id! explaining that this is for education only and pointing at what
to do before considering it for production.1 parent d2f0320 commit 88f0380
1 file changed
Lines changed: 7 additions & 0 deletions
File tree
- tokens/token-extensions/nft-meta-data-pointer/anchor-example/anchor/programs/extension_nft/src
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
0 commit comments