Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-02-12 01:17:54 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-02-12 01:31:19 +0300
commitd4800544f083324d324f961dee72e9f43ee41a72 (patch)
tree553ec421e08d30484d92f88231bfa147519e4eb1 /Changelog.md
parenteb977dc25a45cf44db8e8ff51a84507ec2f76c54 (diff)
Bump rails to fix CVE-2022-23633
closes #8336
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 62ddd3f85..7514bf999 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,9 @@
# 0.7.16.0
+## Security
+
+* Update rails to fix [CVE-2022-23633](https://github.com/advisories/GHSA-wh98-p28r-vrc9) [#8336](https://github.com/diaspora/diaspora/pull/8336)
+
## Refactor
* Cache local posts/comments count for statistics [#8241](https://github.com/diaspora/diaspora/pull/8241)
* Fix html-syntax in some handlebars templates [#8251](https://github.com/diaspora/diaspora/pull/8251)
@@ -9,7 +13,7 @@
## Bug fixes
* Ensure the log folder exists [#8287](https://github.com/diaspora/diaspora/pull/8287)
-* Limit name length in header [#8313] (https://github.com/diaspora/diaspora/pull/8313)
+* Limit name length in header [#8313](https://github.com/diaspora/diaspora/pull/8313)
* Fix fallback avatar in hovercards [#8316](https://github.com/diaspora/diaspora/pull/8316)
* Use old person private key for export if relayable author migrated away [#8310](https://github.com/diaspora/diaspora/pull/8310)