Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coral-xyz/sealevel-attacks
☠️ Common Security Exploits and Protections on Solana
https://github.com/coral-xyz/sealevel-attacks
Last synced: about 1 month ago
JSON representation
☠️ Common Security Exploits and Protections on Solana
- Host: GitHub
- URL: https://github.com/coral-xyz/sealevel-attacks
- Owner: coral-xyz
- Created: 2022-01-10T22:59:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:06:31.000Z (4 months ago)
- Last Synced: 2024-08-02T11:22:31.559Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 481
- Watchers: 17
- Forks: 96
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- solana-awesome - Link
- awesome - coral-xyz/sealevel-attacks - ☠️ Common Security Exploits and Protections on Solana (Rust)
README
# Sealevel Attacks
Examples of common exploits unique to the Solana programming model and recommended idioms for
avoiding these attacks using the Anchor framework.The examples in this repo are purposefully not complete. Each program here is meant to showcase a
specific issue and recommended fix in isolation.