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)