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 c7c1bf9 commit e5e6abdCopy full SHA for e5e6abd
not-so-smart-contracts/solana/README.md
@@ -15,6 +15,8 @@ Each _Not So Smart Contract_ includes a standard set of information:
15
## Vulnerabilities
16
| Not So Smart Contract | Description |
17
| --- | --- |
18
+| [Ownership Check](ownership_check) | Broken access control due to missing ownership validation |
19
+| [Signer Check](signer_check) | Broken access control due to missing signer validation |
20
| [Sysvar Account Check](sysvar_account_check) | Sysvar accounts are vulnerable to being spoofed |
21
22
## Credits
0 commit comments