Skip to content

Commit 77f58af

Browse files
committed
docs: fix typo and Cantina audit version references
- correct "and then to" → "and then cast to" in README - align Cantina audit version with linked tag (v3.3.3 → v3.3.2)
1 parent 4daeacd commit 77f58af

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ PRBMath provides adjacent value types that serve as abstractions over other vani
199199

200200
These are useful if you want to save gas by using a lower bit width integer, e.g., in a struct.
201201

202-
Note that these types don't have any mathematical functionality. To do math with them, you will have to unwrap them into a simple integer and then to
203-
the core types `SD59x18` and `UD60x18`.
202+
Note that these types don't have any mathematical functionality. To do math with them, you will have to unwrap them into a simple integer and then
203+
cast to the core types `SD59x18` and `UD60x18`.
204204

205205
### 🔄 Casting Functions
206206

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ All issues have been timely addressed and are fixed in the latest version of PRB
1010
| Auditor | Type | Initial Commit | Report |
1111
| :------ | :--- | :------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------- |
1212
| Certora | Firm | [prb-math@v4.0.0](https://github.com/PaulRBerg/prb-math/tree/v4.0.0) | [2023-07-12](https://medium.com/certora/problems-in-solidity-fixed-point-libraries-certora-bug-disclosure-987f504daca4) |
13-
| Cantina | Firm | [prb-math@v3.3.3](https://github.com/PaulRBerg/prb-math/tree/v3.3.2) | [2023-06-08](https://github.com/sablier-labs/audits/blob/6567df3fa42b90663e3e694b1e776c6db337a3f2/v2-core/cantina-2023-06-08.pdf) |
13+
| Cantina | Firm | [prb-math@v3.3.2](https://github.com/PaulRBerg/prb-math/tree/v3.3.2) | [2023-06-08](https://github.com/sablier-labs/audits/blob/6567df3fa42b90663e3e694b1e776c6db337a3f2/v2-core/cantina-2023-06-08.pdf) |
1414

1515
## Cantina Review
1616

17-
Cantina performed an audit of [Sablier Lockup](https://github.com/sablier-labs/v2-core) in June 2023, which included `prb-math@v3.3.3` in scope. Their
17+
Cantina performed an audit of [Sablier Lockup](https://github.com/sablier-labs/v2-core) in June 2023, which included `prb-math@v3.3.2` in scope. Their
1818
report included a finding in PRBMath:
1919

2020
> 3.2.3 PRBMath pow() function can return inconsistent values

0 commit comments

Comments
 (0)