https://github.com/zntb/codehawks-security-portfolio
https://github.com/zntb/codehawks-security-portfolio
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zntb/codehawks-security-portfolio
- Owner: zntb
- Created: 2025-06-25T08:05:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T12:52:27.000Z (12 months ago)
- Last Synced: 2025-10-30T10:46:24.704Z (8 months ago)
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocol Audit Report

## 📝 Overview
This repository contains the security audit report for ****, conducted by [zntb](https://github.com/zntb).
## 📂 Contents
- `report.pdf` - Final audit report (PDF version)
## 🔍 Key Findings
| Severity | Count |
|----------|-------|
| High | 2 |
| Medium | 0 |
| Low | 0 |
| Info | 1 |
**Critical Findings:**
1. [H-1] Storing password on-chain makes it publicly visible
2. [H-2] Missing access control in `setPassword` function
## 🛠️ How to Generate the PDF
1. Install dependencies:
```bash
sudo apt install pandoc texlive-latex-extra texlive-fonts-recommended
```
2. Generate from Markdown:
```bash
pandoc report.md -o report.pdf --template=eisvogel --pdf-engine=xelatex --listings
```
---
📄 Template Used
📅 Audit Period
June 2025