chore: release v0.9.0#4
Merged
github-actions[bot] merged 3 commits intomainfrom Feb 26, 2026
Merged
Conversation
3c40125 to
6c2abc2
Compare
795ad64 to
9c54d26
Compare
9c54d26 to
58fd596
Compare
- Switch CI tests to cargo-nextest with ci profile (retries, timeouts) - Add .config/nextest.toml with dev/ci profiles and serial test groups - Add insta (snapshot testing) and tracing-test to dev-dependencies - Add cargo-llvm-cov coverage job with Codecov upload - Optimize Containerfile with cargo-chef for cached dependency builds - Replace once_cell::Lazy with std::sync::LazyLock (Rust 1.80+) - Remove once_cell dependency Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
release-plz targets the repo's default branch automatically (develop). The release_branch field does not exist in release-plz config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
58fd596 to
0051274
Compare
Destynova2
added a commit
that referenced
this pull request
Mar 16, 2026
Resolves 5 Dependabot alerts: - #3 aws-lc-sys PKCS7_verify certificate chain validation bypass (CVE-2026-3338) - #4 aws-lc-sys AES-CCM timing side-channel (CVE-2026-3337) - #5 aws-lc-sys PKCS7_verify signature validation bypass (CVE-2026-3336) - #1 #2 jsonwebtoken type confusion authorization bypass (CVE-2026-25537) Also updates fuzz/Cargo.lock (quinn-proto + jsonwebtoken). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Destynova2
added a commit
that referenced
this pull request
Mar 16, 2026
Critical: - #9 #10: Replace hard-coded HMAC key with random session key when GROB_DLP_SECRET is unset (unpredictable pseudonyms by default) High: - #11 #12: Cap Vec::with_capacity to 1024 in OpenAI transform (prevents uncontrolled allocation from malicious input) - #17 #18 #19: Add path traversal check in token_store persist() (reject ".." in file path) - #6 #7 #8: Stop logging full response bodies in OpenAI provider (log length instead, truncate to 200 chars on parse error) - #13 #14: Warn at construction if OAuth token_url uses plaintext HTTP - #15 #16: Warn at construction if Gemini base_url uses plaintext HTTP (new warn_if_cleartext() helper in providers/mod.rs) - #20 #21 #22: Annotate benchmark TLS cert bypass with lgtm comment (intentional: benchmarks use self-signed certs) - #3: Avoid flowing API key through format string in preset info - #4 #5: Remove secret values from test assertion messages Medium: - #1: Add explicit permissions block to release-plz workflow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 tasks
8 tasks
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.
🤖 New release
grob: 0.1.3 -> 0.9.0Changelog
This PR was generated with release-plz.