We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11941 commit a80b5b5Copy full SHA for a80b5b5
not-so-smart-contracts/solana/README.md
@@ -15,6 +15,7 @@ Each _Not So Smart Contract_ includes a standard set of information:
15
## Vulnerabilities
16
| Not So Smart Contract | Description |
17
| --- | --- |
18
+| [Arbitrary CPI](arbitrary_cpi) | Arbitrary program account passed in upon invocation |
19
| [Improper PDA Validation](improper_pda_validation) | PDAs are vulnerable to being spoofed via bump seeds |
20
| [Ownership Check](ownership_check) | Broken access control due to missing ownership validation |
21
| [Signer Check](signer_check) | Broken access control due to missing signer validation |
0 commit comments