An open API service indexing awesome lists of open source software.

https://github.com/zntb/codehawks-security-portfolio


https://github.com/zntb/codehawks-security-portfolio

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Protocol Audit Report

![ZNTB Logo](./logo.png)

## 📝 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