forgejo/routers/web/shared/actions
Gusted c324910c31
fix(sec): web route delete runner
The web route to delete action runners did not check if the ID that was
given belonged to the context it was requested in, this made it possible
to delete every existing runner of a instance by a authenticated user.

The code was reworked to ensure that the caller of the delete
runner function retrieved the runner by ID and then checks if it belongs
to the context it was requested in, although this is not an optimal
solution it is consistent with the context checking of other code for
runners.
2025-02-08 06:04:14 +00:00
..
runners.go fix(sec): web route delete runner 2025-02-08 06:04:14 +00:00
variables.go Add API for Variables (#29520) 2024-04-07 10:57:53 +02:00