-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harden runner updateTask and updateLog api #32462
Conversation
This change is coming from my static code analysis of the runner api for ephemeral runners, to no longer trust the runner from beeing wellbehaving. |
https://github.com/go-gitea/gitea/actions/runs/11757416447/job/32754654149#step:4:245 Not shure why this CI check didn't fail, not changed by me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the PR a draft?
I haven't tested this locally yet, once done I change this. |
All good from my side after this change |
* giteaofficial/main: Disable Oauth check if oauth disabled (go-gitea#32368) Update JS and PY dependencies (go-gitea#32482) Update `github.com/meilisearch/meilisearch-go` (go-gitea#32484) Fix test fixtures for user2/lfs.git (go-gitea#32477) Limit org member view of restricted users (go-gitea#32211) cargo registry - respect renamed dependencies (go-gitea#32430) Refactor LFS SSH and internal routers (go-gitea#32473) Fix a number of typescript issues (go-gitea#32459) Harden runner updateTask and updateLog api (go-gitea#32462) Move some functions from issue.go to standalone files (go-gitea#32468)
Per proposal #32461