mirror of
1
Fork 0
forgejo/routers/web/shared/actions
Gusted 0b17346cff
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 07:21:14 +00:00
..
runners.go fix(sec): web route delete runner 2025-02-08 07:21:14 +00:00
variables.go fix(sec): web route update and delete runner variables 2025-02-08 07:21:14 +00:00