mirror of
1
Fork 0
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 allow the actions user to login via the jwt token (#32527) 2024-11-24 10:41:56 +00:00
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 fix: Actions PR workflows must update the commit status 2024-11-04 11:27:14 +01:00
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 tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
notifier.go fix: add label to issues and PR labeled/unlabeled events 2024-11-04 10:41:11 +01:00
notifier_helper.go Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) 2024-10-20 09:24:58 +02:00
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