[docs] Update CHANGELOG.md to be in line with the security updates that were published since beta2
This commit is contained in:
parent
7e4282b386
commit
885acc4418
1 changed files with 30 additions and 1 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,9 +1,38 @@
|
|||
## v2024.1-beta2.security3
|
||||
This is a security hotfix release. It's identical to v2024.1-beta2.security2, except for the security mitigations listed below. Upgrading is strongly recommended for all server operators.
|
||||
|
||||
### Backend
|
||||
- Updated dotNetRdf to `3.2.9-iceshrimp` (addressing a possible DoS attack vector)
|
||||
- Limited the maximum HttpClient response size to 1MiB (up from 2GiB, addressing a possible DoS attack vector)
|
||||
- Refactored DriveService to use stream processing for remote media (addressing a possible DoS attack vector)
|
||||
|
||||
### Attribution
|
||||
This release was made possible by project contributors: Laura Hausmann
|
||||
|
||||
## v2024.1-beta2.security2
|
||||
This is a security hotfix release. It's identical to v2024.1-beta2.security1, except for referencing an updated version of the `SixLabors.ImageSharp` dependency, fixing a Denial of Service vulnerability ([GHSA-63p8-c4ww-9cg7](https://github.com/advisories/GHSA-63p8-c4ww-9cg7)). Upgrading is strongly recommended for all server operators.
|
||||
|
||||
### Backend
|
||||
- Updated SixLabors.ImageSharp to 3.1.5 (addressing [GHSA-63p8-c4ww-9cg7](https://github.com/advisories/GHSA-63p8-c4ww-9cg7))
|
||||
|
||||
### Attribution
|
||||
This release was made possible by project contributors: Laura Hausmann
|
||||
|
||||
## v2024.1-beta2.security1
|
||||
This is a security hotfix release. It's identical to v2024.1-beta2, except for referencing an updated version of the `System.Text.Json` dependency, fixing a Denial of Service vulnerability ([GHSA-hh2w-p6rv-4g7w](https://github.com/advisories/GHSA-hh2w-p6rv-4g7w)). Upgrading is strongly recommended for all server operators.
|
||||
|
||||
### Backend
|
||||
- Updated System.Text.Json to 8.0.4 (addressing [GHSA-hh2w-p6rv-4g7w](https://github.com/advisories/GHSA-hh2w-p6rv-4g7w))
|
||||
|
||||
### Attribution
|
||||
This release was made possible by project contributors: Laura Hausmann
|
||||
|
||||
## v2024.1-beta2
|
||||
This release contains various features & bugfixes, including a security issue. Upgrading is strongly recommended for all server operators.
|
||||
|
||||
### Frontend
|
||||
- Various leftover debug logging has been removed
|
||||
- The MFM node types `center`, `quote`, `hashtag`, `small` and `strike` are now rendered correctly
|
||||
- The MFM nodes `center`, `quote`, `hashtag`, `small` and `strike` are now rendered correctly
|
||||
- Custom emoji are now rendered in a visually consistent way when compared to iceshrimp-js
|
||||
- Non-image attachments are now rendered correctly
|
||||
- Stacking issues with positioned elements have been fixed
|
||||
|
|
Loading…
Add table
Reference in a new issue