0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-21 21:12:26 +02:00
bircni d6972e8e42
fix: Various sec fixes 2 (#38108)
Backport #38108

- Enforce repository token scope on RSS/Atom feed endpoints so a PAT
without repo scope can no longer read private repo commit data.
- Block HTTP redirects during repository migration clones to prevent
SSRF reaching internal addresses via an attacker-controlled redirect.
- Redact the notification subject after repo access is revoked so
private issue/PR metadata is no longer leaked through the notification
API.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2026-06-17 17:21:37 +02:00
..
2026-02-28 11:23:20 -08:00
2026-06-12 21:28:13 +08:00
2025-10-15 10:09:32 +02:00
2026-02-13 00:15:46 +00:00
2026-03-04 12:11:42 -08:00
2025-10-20 11:43:08 -07:00
2025-10-23 08:35:48 +00:00
2026-01-12 20:29:35 +08:00
2026-06-14 19:52:44 +00:00
2026-06-14 19:52:44 +00:00
2026-06-14 19:52:44 +00:00
2026-06-17 17:21:37 +02:00
2026-06-17 17:21:37 +02:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.