0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-14 18:18:50 -05:00
forgejo/services/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
..
auth.go
auth_test.go
cleanup.go fix: clean up log files that no longer exist 2024-12-03 05:09:47 +01:00
cleanup_test.go fix: clean up log files that no longer exist 2024-12-03 05:09:47 +01:00
clear_tasks.go Add search action jobs for API routes, repo, org and global level (#6300) 2025-01-14 11:17:42 +00:00
commit_status.go
context.go Move some Actions related functions from routers to services (#33280) 2025-01-19 11:52:09 +01:00
context_test.go Move some Actions related functions from routers to services (#33280) 2025-01-19 11:52:09 +01:00
init.go
interface.go Add search action jobs for API routes, repo, org and global level (#6300) 2025-01-14 11:17:42 +00:00
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 fix(sec): web route update and delete runner variables 2025-02-08 07:21:14 +00:00
workflows.go