Vladislav Volosnikov 812404cee8 Use leading underscore solhint rule for private constants (#4542) 2 år sedan
..
Pausable.sol 00cbf5a236 Update pragma to 0.8.20 (#4489) 2 år sedan
README.adoc 0f10efe232 Remove code in preparation for v5.0 (#4258) 2 år sedan
ReentrancyGuard.sol 812404cee8 Use leading underscore solhint rule for private constants (#4542) 2 år sedan

README.adoc

= Security

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/security

These contracts aim to cover common security practices.

* {ReentrancyGuard}: A modifier that can prevent reentrancy during certain functions.
* {Pausable}: A common emergency response mechanism that can pause functionality while a remediation is pending.

TIP: For an overview on reentrancy and the possible mechanisms to prevent it, read our article https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].

== Contracts

{{ReentrancyGuard}}

{{Pausable}}