forgejo/release-notes-published/11.0.6.md
forgejo-release-manager 27b4648c63 chore(release-notes): Forgejo v11.0.6 (#9367)
https://codeberg.org/forgejo/forgejo/milestone/26792
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9367
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: forgejo-release-manager <contact-forgejo-release-manager@forgejo.org>
Co-committed-by: forgejo-release-manager <contact-forgejo-release-manager@forgejo.org>
2025-09-20 08:51:43 +02:00

4.1 KiB

Release notes

  • Security bug fixes
    • PR (backported): Do not display the title of unsubscribed issues or pull requests in the notification web page . The title of some random issues or pull requests from repositories were accidentally displayed in the notifications of a user. It was a rare occurrence, caused by an incorrect comparison of two unrelated unique identifiers that are unlikely to match (the id of the notification and the id of a repository). If the issue or the pull request belonged to a private repository to which the user had no read access, only the title was leaked. The user was denied permission to view the issue or the pull request when clicking on the link displayed in the notifications web page.
  • Bug fixes
    • PR (backported): fix: package cleanup rules are not applied when there are more than 200 packages (depends on MAX_RESPONSE_ITEMS)
    • PR (backported): fix: LFS GC is never running because of a bug in the parsing of the INI file
  • Included for completeness but not user-facing (chores, etc.)