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 c4a3d1f commit 08a9fbaCopy full SHA for 08a9fba
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
+| [Improper PDA Validation](improper_pda_validation) | PDAs are vulnerable to being spoofed via bump seeds |
19
| [Ownership Check](ownership_check) | Broken access control due to missing ownership validation |
20
| [Signer Check](signer_check) | Broken access control due to missing signer validation |
21
| [Sysvar Account Check](sysvar_account_check) | Sysvar accounts are vulnerable to being spoofed |
0 commit comments