fix(admin): harden build and password flows - #61
Merged
bashrusakh merged 3 commits intoAug 20, 2026
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
bashrusakh
added a commit
that referenced
this pull request
Aug 20, 2026
* refactor: harden build provenance and releases * fix(workflow): harden ruleset and build cleanup checks * fix(custom-build): close zip traversal path * fix(workflow): provide sqlx schema for rust ci * fix(custom-build): make zip path validation codeql-visible * workflow: harden GitHub protection contract * docs: record corrective PR publication evidence * workflow: harden ruleset failure handling * docs: record ruleset review evidence * workflow: align ruleset validation with repository responses * ui: clarify custom endpoint ports * test: cover legacy tag list contract * api: remove obsolete tag protection fallback * workflow: pin CI toolchains and build image * workflow: rename client workflow contract * docs: record workflow migration status * docs: record workflow ruleset status * docs: finalize workflow migration records * docs: close workflow migration checklist * fix(admin): harden build and password flows (#61) * fix(ui): show GitHub build save errors * fix(admin): harden build and password flows * docs(workflow): record SHA guard branch checks --------- Co-authored-by: bashrusakh <bashrusakh@users.noreply.github.com> * fix(custom-preset): enforce owner name uniqueness * fix(workflow): require identity guard marker * docs(plan): record PR59 remediation gates * docs(plan): sync RustDesk guard PR status * fix(custom-build): verify published output manifest * docs(plan): record merged guard prerequisite --------- Co-authored-by: bashrusakh <bashrusakh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
GOWORK=off go test ./...GOWORK=off go vet ./...npm run buildgit diff --checkbash tests/test_workflow_input_contract.shand PyYAML workflow parsingsource_sha.Scope and limits
fix/workflow-sha-guardat8ad23a826d5df1e311a727e507861c0c6bc35c76.workflow_dispatchremains selector-based rather than atomically SHA-bound. Verified annotated tags and a no-bypass ruleset remain required before production use.