Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c0b205f24d
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1 @@ | |||
| rust stable | |||
There was a problem hiding this comment.
Actually bump aws-lc-sys in the dependency set
This change is presented as a security update for aws-lc-sys, but it only adds .tool-versions (rust stable) and does not update any Rust dependency manifests/lockfiles; Cargo.lock still pins aws-lc-sys to 0.37.1 just as before. That means the vulnerable dependency version remains in shipped builds, so the intended security fix is not actually applied.
Useful? React with 👍 / 👎.
Updated aws-lc-sys to fix security vulnerabilities