This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Only a subset of programs within the Solana Program Library repo are audited. Cu
46
46
| [ stake-pool] ( https://github.com/solana-labs/solana-program-library/tree/master/stake-pool/program ) | [ 2023-11-14] ( https://github.com/solana-labs/security-audits/blob/master/spl/NeodymeStakePoolAudit-2023-11-14.pdf ) | [ 6ed7254] ( https://github.com/solana-labs/solana-program-library/commit/6ed7254d1a578ffbc2b091d28cb92b25e7cc511d ) |
47
47
| [ account-compression] ( https://github.com/solana-labs/solana-program-library/tree/master/account-compression/programs/account-compression ) | [ 2022-12-05] ( https://github.com/solana-labs/security-audits/blob/master/spl/OtterSecAccountCompressionAudit-2022-12-03.pdf ) | [ 6e81794] ( https://github.com/solana-labs/solana-program-library/commit/6e81794 ) |
48
48
| [ shared-memory] ( https://github.com/solana-labs/solana-program-library/tree/master/shared-memory/program ) | [ 2021-02-25] ( https://github.com/solana-labs/security-audits/blob/master/spl/KudelskiTokenSwapSharedMemAudit-2021-02-25.pdf ) | [ b40e0dd] ( https://github.com/solana-labs/solana-program-library/commit/b40e0dd3fd6c0e509dc1e8dd3da0a6d609035bbd ) |
49
- | [ single-pool] ( https://github.com/solana-labs/solana-program-library/tree/master/single-pool/program ) | [ 2023-08-08 ] ( https://github.com/solana-labs/security-audits/blob/master/spl/NeodymeSinglePoolAudit-2023-08-08 .pdf ) | [ 735d729 ] ( https://github.com/solana-labs/solana-program-library/commit/735d7292e35d35101750a4452d2647bdbf848e8b ) |
49
+ | [ single-pool] ( https://github.com/solana-labs/solana-program-library/tree/master/single-pool/program ) | [ 2024-01-02 ] ( https://github.com/solana-labs/security-audits/blob/master/spl/ZellicSinglePoolAudit-2024-01-02 .pdf ) | [ ef44df9 ] ( https://github.com/solana-labs/solana-program-library/commit/ef44df985e76a697ee9a8aabb3a223610e4cf1dc ) |
50
50
51
51
All other programs may be updated from time to time. These programs are not
52
52
audited, so fork and deploy them at your own risk. Here is the full list of
Original file line number Diff line number Diff line change @@ -28,8 +28,11 @@ The Single Pool Program's source is available on
28
28
29
29
## Security Audits
30
30
31
- The Single Pool Program has received two audits to ensure total safety of funds:
31
+ The Single Pool Program has received three audits to ensure total safety of funds:
32
32
33
+ * Zellic (2024-01-02)
34
+ - Review commit hash [ ` ef44df9 ` ] ( https://github.com/solana-labs/solana-program-library/commit/ef44df985e76a697ee9a8aabb3a223610e4cf1dc )
35
+ - Final report https://github.com/solana-labs/security-audits/blob/master/spl/ZellicSinglePoolAudit-2024-01-02.pdf
33
36
* Neodyme (2023-08-08)
34
37
- Review commit hash [ ` 735d729 ` ] ( https://github.com/solana-labs/solana-program-library/commit/735d7292e35d35101750a4452d2647bdbf848e8b )
35
38
- Final report https://github.com/solana-labs/security-audits/blob/master/spl/NeodymeSinglePoolAudit-2023-08-08.pdf
You can’t perform that action at this time.
0 commit comments