Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luloxi/security-reviews
Security reports of Solidity projects that went to audit
https://github.com/luloxi/security-reviews
audit security-audit solidity solidity-contracts solidity-dapps solidity-language
Last synced: about 2 months ago
JSON representation
Security reports of Solidity projects that went to audit
- Host: GitHub
- URL: https://github.com/luloxi/security-reviews
- Owner: luloxi
- Created: 2024-01-28T16:16:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T17:47:09.000Z (5 months ago)
- Last Synced: 2024-10-14T01:20:25.265Z (3 months ago)
- Topics: audit, security-audit, solidity, solidity-contracts, solidity-dapps, solidity-language
- Homepage:
- Size: 3.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: audit-template/README.md
Awesome Lists containing this project
README
# Lulox's Security Reviews
Here you will find the security reports I've written. They are mostly focused on code security, but they can also cover other specific aspects of a project.
## Security Reviews
| Project Name | PDF Link | Project/Contest Link |
| ----------------- | ------------------------------------------- | ------------------------------------------------------------------------- |
| PasswordStore | [Audit PDF](2024-04-23-PasswordStore.pdf) | [PasswordStore](https://codehawks.cyfrin.io/c/2023-10-PasswordStore) |
| PuppyRaffle | [Audit PDF](2024-04-26-PuppyRaffle.pdf) | [PuppyRaffle](https://codehawks.cyfrin.io/c/2023-10-Puppy-Raffle) |
| Dussehra | [Audit PDF](2024-06-16-Dussehra.pdf) | [Dussehra](https://codehawks.cyfrin.io/c/2024-06-Dussehra) |
| ThunderLoan | [Audit PDF](2024-06-16-ThunderLoan.pdf) | [ThunderLoan](https://codehawks.cyfrin.io/c/2023-11-Thunder-Loan) |
| TSwap | [Audit PDF](2024-07-02-TSwap.pdf) | [TSwap](https://codehawks.cyfrin.io/c/2024-06-t-swap) |
| Mondrian Wallet 2 | [Audit PDF](2024-07-16-MondrianWallet2.pdf) | [Mondrian Wallet 2](https://github.com/Cyfrin/2024-07-Mondrian-Wallet_v2) |
| The Predicter | [Audit PDF](2024-07-28-ThePredicter.pdf) | [The Predicter](https://github.com/Cyfrin/2024-07-the-predicter) |## About this repo
In the [audit-template](./audit-template/) folder you can find the files I use as a template for reports, converting markdown to PDF using [pandoc](https://pandoc.org/) and [LaTeX](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes). Feel free to reuse them as you see fit.
Some reports have been made following [Cyfrin's security and auditing course](https://www.youtube.com/watch?v=pUWmJ86X_do). It's a great course for learning about security, auditing and report making. And it's free!