diff --git a/CHANGELOG.md b/CHANGELOG.md index ab54a485..70ccb237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Docker: Fix `/config` permissions when not using bind-mount for the volume. +### Security + +- Several vulnerabilities addressed (Thanks to @snoopy82481): [CVE-2018-8292], [CVE-2019-0980], + [CVE-2019-0980], [CVE-2019-0820], [CVE-2019-0657]. (#112) + +[CVE-2018-8292]: https://avd.aquasec.com/nvd/cve-2018-8292 +[CVE-2019-0980]: https://avd.aquasec.com/nvd/cve-2019-0980 +[CVE-2019-0980]: https://avd.aquasec.com/nvd/cve-2019-0981 +[CVE-2019-0820]: https://avd.aquasec.com/nvd/cve-2019-0820 +[CVE-2019-0657]: https://avd.aquasec.com/nvd/cve-2019-0657 + ## [2.4.1] - 2022-08-26 ### Fixed