Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/individual-dkim
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Jun 4, 2024
2 parents 881f5f7 + 4a70031 commit 64b1e9d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Moreover, for those interested in creating the Twitter circuit from scratch, our

## Audits

Both `zk-email-verify` and `zk-regex` were audited by [zkSecurity](https://zksecurity.xyz/). The report can be found [here](/audits/zksecurity-audit.pdf).
- Audit from [zkSecurity](https://zksecurity.xyz/) that cover both `zk-email-verify` and `zk-regex` - [Report](/audits/zksecurity-audit.pdf). Version [`6.1.0`](https://github.com/zkemail/zk-email-verify/releases/tag/v6.1.0) fixes the issues found in the audit.

- Audit from [yAcademy](https://yacademy.dev/) - [Report](/audits/yacademy-audit.pdf).

Version [`6.1.0`](https://github.com/zkemail/zk-email-verify/releases/tag/v6.1.0) contains the fixes for the issues found in the audit.


## Contributors 💡
Expand Down
Binary file added audits/yacademy-audit.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/circuits",
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"scripts": {
"publish": "yarn npm publish --access=public",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/contracts",
"version": "6.2.0",
"version": "6.2.1",
"license": "MIT",
"scripts": {
"build": "forge build",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/helpers",
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"main": "dist",
"scripts": {
Expand Down

0 comments on commit 64b1e9d

Please sign in to comment.