fix(security): bump ruint past RUSTSEC-2026-0220 + update ploy tape config pins - #562
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 7 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
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 |
453eb8b to
8481ac2
Compare
The build.rs graph validator requires input:Cargo.lock to hash the workspace lockfile exactly; the ruint bump changed it. ruint itself is not in the Linux policy package set, so only the input line and the canonical fingerprint need refreshing. Refs #561
The policy snapshot id is derived from the dependency fingerprint; the ruint lockfile refresh changed it, so the checked-in BTC/SOL mission templates must be re-pinned. Refs #561
Change contract
Two mutually-blocking fixes combined (each PR's full-CI lane failed on the other's missing half):
workspace_runtime_retirementconfig pins updated to post-feat(collector): accept Binance reference kinds on Polymarket market tape #550/feat(deploy): tick-level Polymarket tape recording + faster trade backfill #548 tape reality (Binance kinds + quote_sample_ms=0) — content of test(ploy): update tape config pins for Binance kinds and tick-level sampling #560, cherry-picked here.Out of scope
Dependency / merge order
Supersedes #560 (closed in favor of this PR). Merge first — the rest of the queue is behind it.
Focused validation
cargo check -p ploy --lockedgreencargo test -p ploy --test workspace_runtime_retirement: 18 passed, 0 failedRollout / rollback impact
Lockfile + test pins only. Rollback = revert.
Issue relationship
Closes #561