forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request from GHSA-2vxv-pv3m-3wvj
* fix: normalize incoming signed activities * Tweak style * Update CHANGELOG.md * Log compacted activity as well --------- Co-authored-by: syuilo <[email protected]>
- Loading branch information
Showing
7 changed files
with
146 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
### Note | ||
- コントロールパネル内にあるサマリープロキシの設定個所がセキュリティから全般へ変更となります。 | ||
- 悪意のある第三者がリモートユーザーになりすましたアクティビティを受け取れてしまう問題を修正しました。詳しくは[GitHub security advisory](https://github.com/misskey-dev/misskey/security/advisories/GHSA-2vxv-pv3m-3wvj)をご覧ください。 | ||
|
||
### General | ||
- Enhance: URLプレビューの有効化・無効化を設定できるように #13569 | ||
|
@@ -61,6 +62,7 @@ | |
### Server | ||
- Enhance: エンドポイント`antennas/update`の必須項目を`antennaId`のみに | ||
- Enhance: misskey-dev/[email protected]の取り込み(プレビュー生成処理の効率化) | ||
- Fix: リモートから配送されたアクティビティにJSON-LD compactionをかける | ||
- Fix: フォローリクエストを作成する際に既存のものは削除するように | ||
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/440) | ||
- Fix: エンドポイント`notes/translate`のエラーを改善 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.