ci: restore generated blocking security scans - #3791
Closed
KooshaPari wants to merge 219 commits into
Closed
Conversation
- Bootstrap deny.toml with license allowlist + advisory ignores - Add license = MIT to workspace.package (was missing) - Add license.workspace = true to all 27 crate manifests - Ignore transitive unmaintained (bincode, yaml-rust, paste, rustls-pemfile) - Ignore transitive vulns (hickory-proto, rustls-webpki) via aws-sdk/reqwest Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Phenotype Agent <agent@phenotype.ai>
Pin all action refs to immutable SHAs across workflow files: - checkout@v4 → @11bd71901bbe5b1630ceea73d27597364c9af683 - checkout@v6 → @de0fac2e4500dabe0009e67214ff5f5447ce83dd - setup-node@v4/v5, setup-python@v4/v5, setup-go@v5 - upload-artifact@v4/v7, download-artifact@v4 - cache@v3/v4, github-script@v7 - configure-pages@v5/v6, deploy-pages@v4/v5 - upload-pages-artifact@v3/v5, dependency-review-action@v4 Fixes version-tag normalization (add v4/v5 tags where missing). Fixes double-SHA corruption artifacts from prior patching rounds. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Reduce README from 1124 to 169 lines (-85%). Keep: project name, description, quickstart, usage examples, why forge, installation, community, documentation link. Add fork disclaimer pointing to upstream tailcallhq/forgecode. Preserve all upstream content via pointer comment. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Reduce README from 1124 to 169 lines (-85%). Keep: project name, description, quickstart, usage examples, why forge, installation, community, documentation link. Add fork disclaimer pointing to upstream tailcallhq/forgecode. Preserve all upstream content via pointer comment. Co-authored-by: Phenotype Agent <agent@phenotype.ai> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Phenotype Agent <agent@phenotype.ai>
Verified resolved upstream; advisory no longer triggers. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…nale - Add 4 ignore entries for bincode 1.x (RUSTSEC-2025-0141), paste (2024-0436), rustls-pemfile (2025-0134), yaml-rust (2024-0320) — all transitive via upstream forgecode workspace deps; resolution depends on upstream tailcallhq/forgecode bumps. - Pre-existing fork-specific RUSTSEC-2026-* ignores preserved. - cargo deny check advisories: PASS.
…nale (#8) - Add 4 ignore entries for bincode 1.x (RUSTSEC-2025-0141), paste (2024-0436), rustls-pemfile (2025-0134), yaml-rust (2024-0320) — all transitive via upstream forgecode workspace deps; resolution depends on upstream tailcallhq/forgecode bumps. - Pre-existing fork-specific RUSTSEC-2026-* ignores preserved. - cargo deny check advisories: PASS. Co-authored-by: Phenotype Agent <agent@phenotype.ai>
Root cause: crossterm's cursor position CSI query times out (2s) when multiple concurrent sessions are running or terminal is under load. Fix: - Add error::is_cursor_timeout_error() to detect cursor position errors - Add terminal::get_cursor_position_with_retry() with backoff - Suppress cursor errors during shutdown in Ui::shutdown() - Add comprehensive tests for cursor error detection Fixes session crashes where user sees: 'cursor position could not be read within a normal duration' 'Resource temporarily unavailable (os error 35)' Tested: 337 tests pass (333 existing + 4 new cursor error tests)
Add summarization feature with: - llm_summarizer: Async LLM-based summarization service - adaptive_eviction: Importance-based eviction strategies - metrics: Summarization metrics tracking - prefilter: Pre-summarization filtering - Updated compaction config and strategy Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…p-go Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Restore the workspace members array by listing all crate directories present on disk, removing invalid glob patterns. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add [bans] section with recommended warnings - Update GitHub workflow files (trufflehog, stale, labels, release)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: KooshaPari <koosha@example.com>
* ci: harden scorecard and add fuzz smoke * ci: repair Mergify workflow syntax * ci: remove obsolete Mergify rules * fix: update plist XML parser dependencies * ci: pin CodeQL and attestation actions * fix: refresh dependency SBOMs and remove vulnerable DNS stack * fix: remove unsupported hickory DNS configuration * fix: scope release drafter write permissions * fix: upgrade workflow generator dependencies * fix: replace unmaintained fnv_rs dependency * fix: refresh configuration schema after DNS removal * fix: migrate forge dbd protocol to bincode 2 * chore: configure Renovate dependency updates * fix: remove non-actionable Mergify automation * fix: replace direct deprecated yaml dependency * style: format yaml policy test * fix: remove unused embedding and clipboard image features --------- Co-authored-by: KooshaPari <koosha@example.com>
|
KooshaPari seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Author
|
Superseded by #3792, rebuilt from current |
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.
Scope
Restores generator-owned blocking security jobs and refreshes the generated
.github/workflows/ci.yml. The change is limited to the CI workflow generator, its generated artifact, generator normalization, and focused generator/security assertions.Security controls
contents: readand immutableactions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294(v5.0.0).contents: read, credentialless checkout, HIGH/CRITICAL severity, unfixed findings included, andexit-code: 1; immutableaquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25(v0.36.0).Provenance
c2cd6fd7cc1315252f58bb4c0ccefee577a81e42(main)e0d61384ce30ae7867d026e0a50ea29701337815Validation
CI=1 CARGO_TARGET_DIR=/tmp/forgecode-e0d61384-target cargo test -p forge_ci --test ci generated_ci_preserves_blocking_pr_security_scans -- --exact --nocaptureactionlint .github/workflows/ci.yml(only pre-existing informational shellcheck notices outside this scope)This PR makes no A+ claim and does not merge or bypass branch protection.