diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-22 17:44:10 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-22 17:44:10 +0400 |
commit | 7b4e6d4c16a246ef4ae958a1536b00320441b63e (patch) | |
tree | a78c1897d09985b3a4691a2e936a46856b3656a4 | |
parent | 239c9c3f1ce60a95b389c2f4ee1e717f4907c381 (diff) | |
download | pleroma-7b4e6d4c16a246ef4ae958a1536b00320441b63e.tar.gz pleroma-7b4e6d4c16a246ef4ae958a1536b00320441b63e.zip |
Collect changelog
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | changelog.d/fix-webfinger-spoofing.security | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e5e6134..75d2aa415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 2.6.3 + +### Security +- Fix webfinger spoofing. + ## 2.6.2 ### Security diff --git a/changelog.d/fix-webfinger-spoofing.security b/changelog.d/fix-webfinger-spoofing.security deleted file mode 100644 index 7b3c9490a..000000000 --- a/changelog.d/fix-webfinger-spoofing.security +++ /dev/null @@ -1 +0,0 @@ -Fix webfinger spoofing. |