diff --git a/README.md b/README.md index 17b7077d6..acc5b47e2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# Sablier V2 Core [![Github Actions][gha-badge]][gha] [![Coverage][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] +# Sablier V2 Core [![Github Actions][gha-badge]][gha] [![Coverage][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] [![Discord][discord-badge]][discord] [gha]: https://github.com/sablier-labs/v2-core/actions [gha-badge]: https://github.com/sablier-labs/v2-core/actions/workflows/ci.yml/badge.svg [codecov]: https://codecov.io/gh/sablier-labs/v2-core [codecov-badge]: https://codecov.io/gh/sablier-labs/v2-core/branch/main/graph/badge.svg +[discord]: https://discord.gg/bSwRCwWRsT +[discord-badge]: https://dcbadge.vercel.app/api/server/bSwRCwWRsT?style=flat [foundry]: https://getfoundry.sh [foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg @@ -90,6 +92,14 @@ It is worth noting that not every file in this repository is included in the cur `SablierV2FlashLoan` abstract is not inherited by any contract on the `main` branch, but we have kept it in version control because we may decide to use it in the future. +## Security + +The codebase has undergone rigorous audits by leading security experts from Cantina, as well as independent auditors. +For a comprehensive list of all audits conducted, please click [here](https://github.com/sablier-labs/audits). + +For any security-related concerns, please refer to the [SECURITY](./SECURITY.md) policy. This repository is subject to a +bug bounty program per the terms outlined in the aforementioned policy. + ## Contributing Feel free to dive in! [Open](https://github.com/sablier-labs/v2-core/issues/new) an issue, @@ -98,11 +108,6 @@ or feedback, please join our [Discord server](https://discord.gg/bSwRCwWRsT). For guidance on how to create PRs, see the [CONTRIBUTING](./CONTRIBUTING.md) guide. -## Security - -Please refer to the [SECURITY](./SECURITY.md) policy for any security-related concerns. This repository is subject to a -bug bounty program per the terms outlined in the aforementioned policy. - ## License The primary license for Sablier V2 Core is the Business Source License 1.1 (`BUSL-1.1`), see