-
Notifications
You must be signed in to change notification settings - Fork 0
fix(strix): gate dependency manifest updates #935
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
Merged
seonghobae
merged 17 commits into
fix/organization-loop-oidc-fallback
from
fix/strix-requirements-manifest-trigger
Aug 23, 2026
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1fd8e6b
fix(strix): trigger quality CI on dependency manifest updates
seonghobae e897171
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] 5392334
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] c019eb0
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] 374ffb7
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] 3594310
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] 9c89f75
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] a2f391b
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] cd474b5
Merge branch 'main' into fix/strix-requirements-manifest-trigger
opencode-agent[bot] 14f5ac6
ci: refresh audit and scheduler contracts
seonghobae d5c539c
Merge latest main into Strix manifest trigger branch
seonghobae 29ce60b
Merge remote-tracking branch 'refs/remotes/origin/main' into codex/pr…
seonghobae 6db8156
Merge remote-tracking branch 'refs/remotes/origin/fix/organization-lo…
seonghobae 0caebde
fix(strix): preflight production dependency lock
seonghobae adbaaa1
fix(strix): mirror production lock semantics
seonghobae 116c6fa
Merge remote-tracking branch 'origin/fix/organization-loop-oidc-fallb…
seonghobae 29be477
Merge remote-tracking branch 'origin/fix/organization-loop-oidc-fallb…
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # Strix dependency-manifest quality trigger | ||
|
|
||
| ## Incident and buyer impact | ||
|
|
||
| `requirements-strix-ci-hashes.txt` is executable supply-chain input for the | ||
| organization-required Strix gate. The permanent changed-path quality | ||
| workflow did not list that file. A Dependabot lock-only pull request could | ||
| therefore merge without running the Strix install, policy, shell-regression, | ||
| and full-suite contract. | ||
|
|
||
| ## Decision | ||
|
|
||
| Add the exact repository-root manifest path to | ||
| `.github/workflows/strix-changed-path-quality-ci.yml` and bind it with | ||
| `test_strix_workflow_reruns_when_dependency_manifest_changes`. The same gate | ||
| uses production Python 3.13 to perform a hash-enforced dry-run of every pinned | ||
| lock entry. It mirrors production's deliberate `--no-deps` boundary because | ||
| the reviewed `cryptography==50.0.0` security override is newer than the range | ||
| declared by `strix-agent==1.5.3`; every installed entry is still version- and | ||
| hash-pinned. The preflight permits source distributions because production | ||
| does too, so it does not invent a stricter platform contract. Scanner models, | ||
| credentials, timeouts, and result semantics are unchanged. | ||
|
|
||
| ## References | ||
|
|
||
| National Institute of Standards and Technology. (2024). *Cybersecurity | ||
| supply chain risk management practices for systems and organizations* | ||
| (NIST Special Publication 800-161 Rev. 1). | ||
| https://doi.org/10.6028/NIST.SP.800-161r1 | ||
|
|
||
| Open Source Security Foundation. (2025). *SLSA specification version 1.2*. | ||
| https://slsa.dev/spec/v1.2/ |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.