diff --git a/README.md b/README.md index d7375a238..8c728b5cd 100644 --- a/README.md +++ b/README.md @@ -247,9 +247,10 @@ See [Memoization](docs/Utilities.md#memoization) in the Utilities documentation ## Security -This project is still in a very early and experimental phase. It has never been audited nor thoroughly reviewed for security vulnerabilities. Do not use in production. +> ⚠️ Warning! ⚠️ +> This project is still in a very early and experimental phase. It has never been audited nor thoroughly reviewed for security vulnerabilities. Do not use in production. -Please report any security issues you find to security@openzeppelin.org. +Refer to [SECURITY.md](SECURITY.md) for more details. ## Contribute diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..7c633259e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,4 @@ +> ⚠️ Warning! ⚠️ +> This project is still in a very early and experimental phase. It has never been audited nor thoroughly reviewed for security vulnerabilities. Do not use in production. + +Please report any security issues you find to security@openzeppelin.com. \ No newline at end of file