Skip to content

Commit

Permalink
Merge branch 'feat/audit-fix-2024-09' of github.com:zkemail/ether-ema…
Browse files Browse the repository at this point in the history
…il-auth into feat/audit-fix-2024-09
  • Loading branch information
wshino committed Oct 18, 2024
2 parents 2bfa926 + 2d13ce9 commit 60c08b4
Show file tree
Hide file tree
Showing 13 changed files with 857 additions and 609 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "NODE_OPTIONS=--max_old_space_size=8192 jest"
},
"dependencies": {
"@zk-email/circuits": "https://gitpkg.vercel.app/zkemail/zk-email-verify/packages/circuits?bc6f9460aba7e53c0fdcb66e431cbb1b8cdb8797",
"@zk-email/circuits": "6.2.0",
"@zk-email/relayer-utils": "=0.3.7",
"@zk-email/zk-regex-circom": "=2.2.0",
"commander": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/src/regexes/forced_subject.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parts": [
{
"is_public": false,
"regex_def": "(\r\n|^)subject:ZK Email[^\r\n]+\r\n"
"regex_def": "(\r\n|^)subject:(Re: )?ZK Email[^\r\n]*\r\n"
}
]
}
Loading

0 comments on commit 60c08b4

Please sign in to comment.