From 5b14975732797150b63966c0d359d284f13c4f2f Mon Sep 17 00:00:00 2001 From: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Date: Thu, 21 May 2020 05:12:51 -0400 Subject: [PATCH] update SECURITY.md (#6263) --- SECURITY.md | 6 ++++-- docs/core/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 8d3322dbd0..ce82a957f9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -26,12 +26,14 @@ in for Tendermint and other lower-level libraries (eg. [IAVL](https://github.com - [`x/auth`](https://github.com/cosmos/cosmos-sdk/tree/master/x/auth) - [`x/bank`](https://github.com/cosmos/cosmos-sdk/tree/master/x/bank) +- [`x/capability`](https://github.com/cosmos/cosmos-sdk/tree/master/x/capability) - [`x/staking`](https://github.com/cosmos/cosmos-sdk/tree/master/x/staking) - [`x/slashing`](https://github.com/cosmos/cosmos-sdk/tree/master/x/slashing) - [`x/evidence`](https://github.com/cosmos/cosmos-sdk/tree/master/x/evidence) - [`x/distribution`](https://github.com/cosmos/cosmos-sdk/tree/master/x/distribution) -- [`x/supply`](https://github.com/cosmos/cosmos-sdk/tree/master/x/supply) -- [`x/ibc`](https://github.com/cosmos/cosmos-sdk/tree/ibc-alpha/x/ibc) (currently in alpha mode) +- [`x/ibc`](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc) +- [`x/ibc-transfer`](https://github.com/cosmos/cosmos-sdk/tree/master/x/ibc-transfer) +- [`x/mint`](https://github.com/cosmos/cosmos-sdk/tree/master/x/mint) We are interested in bugs in other modules, however the above are most likely to have significant vulnerabilities, due to the complexity / nuance involved. We diff --git a/docs/core/README.md b/docs/core/README.md index 6bfd2feb3f..fab8a5361b 100644 --- a/docs/core/README.md +++ b/docs/core/README.md @@ -6,7 +6,7 @@ parent: # Core Concepts -This repository contains reference documentation on the core conepts of the Cosmos SDK. +This repository contains reference documentation on the core concepts of the Cosmos SDK. 1. [`Baseapp`](./baseapp.md) 2. [Transaction](./transactions.md)