mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-14 18:18:50 -05:00
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). |
||
---|---|---|
.. | ||
auth.go | ||
auth_test.go | ||
cleanup.go | ||
cleanup_test.go | ||
clear_tasks.go | ||
commit_status.go | ||
context.go | ||
context_test.go | ||
init.go | ||
interface.go | ||
job_emitter.go | ||
job_emitter_test.go | ||
main_test.go | ||
notifier.go | ||
notifier_helper.go | ||
notifier_helper_test.go | ||
rerun.go | ||
rerun_test.go | ||
schedule_tasks.go | ||
variables.go | ||
workflows.go |