Update Rust crate aegis to v0.9.15 - #274
Conversation
|
PR author is in the excluded authors list. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f94b0c59cd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| name = "aegis" | ||
| version = "0.9.7" | ||
| version = "0.9.8" |
There was a problem hiding this comment.
Update the standalone lockfiles alongside the root lockfile
This only bumps aegis in the root Cargo.lock, but tools/eval-harness, crates/scanner-engine/fuzz, and crates/scanner-git/fuzz are separate Cargo workspaces with their own lockfiles (tools/eval-harness/Cargo.toml:7-10, crates/scanner-engine/fuzz/Cargo.toml:78, crates/scanner-git/fuzz/Cargo.toml:36). CI runs those projects from their own directories (.github/workflows/ci.yml:426-437 and 779-793), so they will keep resolving aegis 0.9.7 from their untouched Cargo.lock files. If the intent is to roll out 0.9.8 repo-wide, this commit leaves the eval harness and nightly fuzz jobs on the old release.
Useful? React with 👍 / 👎.
f94b0c5 to
daade96
Compare
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Files Reviewed (1 files)
Previous Review Summary (commit bb03dd3)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit bb03dd3)Status: 1 Issue Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Other Observations (not in diff)Issues found in unchanged code that cannot receive inline comments:
Files Reviewed (1 files)
Reviewed by gpt-5.6-sol · Input: 112.6K · Output: 9.1K · Cached: 654.5K |
daade96 to
bb03dd3
Compare
bb03dd3 to
0c18516
Compare
0c18516 to
48cc9e4
Compare
48cc9e4 to
e71c380
Compare
| [[package]] | ||
| name = "aegis" | ||
| version = "0.9.7" | ||
| version = "0.9.15" |
There was a problem hiding this comment.
[WARNING]: Update the standalone workspace lockfiles too
tools/eval-harness, crates/scanner-engine/fuzz, and crates/scanner-git/fuzz each declare their own Cargo workspace and still lock aegis to 0.9.7. CI executes these workspaces from their own directories, so this root-only update leaves the eval harness and fuzz jobs on the older dependency instead of rolling 0.9.15 out repo-wide. Regenerate all three standalone Cargo.lock files as part of this update.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
e71c380 to
7a12a8a
Compare
7a12a8a to
03fc864
Compare
03fc864 to
e4e49b0
Compare
e4e49b0 to
94bec85
Compare
This PR contains the following updates:
0.9.7→0.9.15Release Notes
jedisct1/rust-aegis (aegis)
v0.9.15Compare Source
v0.9.14Compare Source
v0.9.13Compare Source
v0.9.12Compare Source
v0.9.9Compare Source
v0.9.8Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.