Skip to content

Commit

Permalink
patch name links
Browse files Browse the repository at this point in the history
  • Loading branch information
nullity00 committed Jul 1, 2024
1 parent d01eb38 commit 073f28c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions versionA.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ We recommend that a range check is done inside the circuit or inside the smart c
#### Refer

- [Guarantee usernames stays inside field](https://github.com/zBlock-2/summa-solvency-schneier/issues/13) by [sebastiantf](https://github.com/sebastiantf)
- [Possible Overflow in username in big_intify_username combined with calling big_uint_to_fp](https://github.com/zBlock-2/summa-solvency-diffie/issues/16) by [parsley]()
- [Possible Overflow in username in big_intify_username combined with calling big_uint_to_fp](https://github.com/zBlock-2/summa-solvency-diffie/issues/16) by [parsley](https://github.com/bbresearcher)

## 2. High: Sum Balance Overflow

Expand Down Expand Up @@ -338,7 +338,7 @@ The hash calculation of the `cexAddress` at [Summa.sol#L117](https://github.com/

#### Refer

- [`Summa.sol` : Issue with `submitProofOfAddressOwnership()`](https://github.com/zBlock-2/summa-solvency-schneier/issues/7) by [zzzuhaibmohd]()
- [`Summa.sol` : Issue with `submitProofOfAddressOwnership()`](https://github.com/zBlock-2/summa-solvency-schneier/issues/7) by [zzzuhaibmohd](https://github.com/zzzuhaibmohd)

## 6. Informational: `Summa.sol` : Ownable: Does not implement 2-Step Process for transferring ownership

Expand All @@ -349,7 +349,7 @@ While the probability of this happening is highly unlikely, we recommend followi

#### Refer

- [`Summa.sol` : Ownable: Does not implement 2-Step-Process for transferring ownership](https://github.com/zBlock-2/summa-solvency-schneier/issues/6) by [zzzuhaibmohd]()
- [`Summa.sol` : Ownable: Does not implement 2-Step-Process for transferring ownership](https://github.com/zBlock-2/summa-solvency-schneier/issues/6) by [zzzuhaibmohd](https://github.com/zzzuhaibmohd)

## 7. Informational: Summa.sol : Potential `Summa::submitCommitment()` Gas limits

Expand Down
2 changes: 1 addition & 1 deletion versionB.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ As all the cell values are zero, it might not be a critical issue in the CEX use

#### Refer

- [Fake user Inclusion Proof verified in contract](https://github.com/zBlock-2/summa-solvency/issues/9) by [rkdud007](), [qpzm](https://github.com/qpzm)
- [Fake user Inclusion Proof verified in contract](https://github.com/zBlock-2/summa-solvency/issues/9) by [rkdud007](https://github.com/rkdud007), [qpzm](https://github.com/qpzm)

## 4. High: Missing username range check in `big_intify_username` & `big_uint_to_fp`

Expand Down

0 comments on commit 073f28c

Please sign in to comment.