diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab35f7..3769d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). ### Modified +- Fix an exploit that allows arbitrary amount of SSTs to be minted. The attack is + very similar to the GAT one. See also the discussion in + [#202](https://github.com/Liqwid-Labs/agora/pull/202). + + Included by [#203](https://github.com/Liqwid-Labs/agora/pull/203) + - Fix an exploit that allows burning `m` legitimate GATs from faulty effect validators to mint `n` (`n` < `m`) illegitimate GAT. - Included by [#202](https://github.com/Liqwid-Labs/agora/pull/202) + Included by [#203](https://github.com/Liqwid-Labs/agora/pull/203) - Fix several vulnerabilities and bugs found in both staking and proposal components.