mirror of
1
Fork 0
forgejo/routers/web/shared
Gusted 77db7655e0
fix(sec): web route update and delete runner variables
The web route to update and delete variables of runners did not check if
the ID that was given belonged to the context it was requested in, this
made it possible to update and delete every existing runner variable of
a instance for any authenticated user.

The code has been reworked to always take into account the context of
the request (owner and repository ID).
2025-02-08 06:04:14 +00:00
..
actions fix(sec): web route update and delete runner variables 2025-02-08 06:04:14 +00:00
packages [BUG] Reflect Cargo index state in settings 2024-03-20 09:17:49 +01:00
project Fix various problems around projects board view (#30696) 2024-05-12 20:03:10 +02:00
secrets Add API for `Variables` (#29520) 2024-04-07 10:57:53 +02:00
user feat(UI): add package counter to repo/user/org overview pages 2024-07-31 12:40:24 +02:00