Skip to content

Commit d00150c

Browse files
authored
Merge pull request #35 from 0xPolygonID/chore/add-audit-reports
add security audit report
2 parents d2146a2 + 00f9021 commit d00150c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/unit-test.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,17 @@ jobs:
3535
with:
3636
node-version: 20.16.0
3737

38+
- name: Enable Corepack
39+
run: |
40+
npm i -g corepack@latest
41+
corepack enable
42+
corepack prepare yarn@4.6.0 --activate
43+
3844
- name: Install circom 2.1.9
3945
run: |
4046
wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/local/bin/circom
4147
chmod +x /usr/local/bin/circom
4248
43-
- name: Install pnpm
44-
run: npm install -g pnpm
45-
4649
- name: Install dependencies
4750
run: pnpm install
4851

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ or
6868
```
6969
FULL_TEST_SUITE=true npm run integration-signature
7070
```
71+
72+
## Security Audits
73+
1. Audit report dated May 15, 2025: [15-05-2025-passport-circuits-audit.pdf](https://raw.githubusercontent.com/0xPolygonID/audits/refs/heads/main/circuits/15-05-2025-passport-circuits-audit.pdf)

0 commit comments

Comments
 (0)