You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,24 @@ This repository contains contracts and libraries in the following catogories:
8
8
9
9
- extensions and modules compatible with contracts in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package;
10
10
- alternative implementation of interfaces defined in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package;
11
-
- building blocks for developpers;
11
+
- building blocks for developers;
12
12
- prototypes in general.
13
13
14
-
Code is provided by the openzeppelin solidity team, as well as by community contributors, for other developpers to review, discuss, itterate on, and potentially use (see [the Security section](#security) before you do).
14
+
Code is provided by the openzeppelin solidity team, as well as by community contributors, for other developers to review, discuss, iterate on, and potentially use (see [the Security section](#security) before you do).
15
15
16
16
## Security
17
17
18
18
Contracts and libraries in this repository are provided as is, with no particular guarantees. In particular:
19
19
20
-
- Code in this repository is not audited. Maintainers will review the code to the extend that the is no obviously malicious code published, but bugs may be present in this code that may lead to priviledge escalation or loss of funds. Any code taken from this repository should be audited before being used in production.
20
+
- Code in this repository is not audited. Maintainers will review the code to the extend that the is no obviously malicious code published, but bugs may be present in this code that may lead to privilege escalation or loss of funds. Any code taken from this repository should be audited before being used in production.
21
21
22
22
- Code in this repository is NOT covered by the [OpenZeppelin bug bounty on Immunefi](https://immunefi.com/bug-bounty/openzeppelin/).
23
23
24
24
- Code in this repository comes with no backward compatibility guarantees. Updates may change internal or external interfaces without notice. Dependencies updates may also break code present in this repository.
25
25
26
26
- Code in this repository may depend on un-audited and un-released features from the [OpenZeppelin Contracts repository](https://github.com/OpenZeppelin/openzeppelin-contracts). In some cases, having a versioned dependency on the OpenZeppelin contracts library may not be enough.
27
27
28
-
- Code in this repository is not versionned or formally released.
28
+
- Code in this repository is not versioned or formally released.
29
29
30
30
- Bug affecting code in this repository may not be notified through a CVE.
0 commit comments