-
Notifications
You must be signed in to change notification settings - Fork 7
fix(FFESUPPORT-891): remediate July 2026 dependabot vulnerabilities #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||
| --- | ||||
| "eppo_core": patch | ||||
| "elixir-sdk": patch | ||||
| "python-sdk": patch | ||||
| "ruby-sdk": patch | ||||
| "rust-sdk": patch | ||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nothing changed for Rust SDK, so it doesn't need a release
Suggested change
|
||||
| --- | ||||
|
|
||||
| Security: update dependencies to patched versions (July 2026 Dependabot advisories). Bumps `pyo3` 0.27 β 0.29 (python-sdk / eppo_core's optional `pyo3` feature; raises that build's MSRV to 1.83) and `serde_with` 3.20 β 3.21 (ruby-sdk / elixir-sdk). No public API changes. | ||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. minor: this looks like it wants separate changeset entries for pyo3 and serde_with bumps. pyo3 is not applicable to ruby/elixir, so ideally should leak into their changelogs |
||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,7 +7,7 @@ repository = "https://github.com/Eppo-exp/rust-sdk" | |||||
| license = "MIT" | ||||||
| keywords = ["eppo", "feature-flags"] | ||||||
| categories = ["config"] | ||||||
| rust-version = "1.80.0" | ||||||
| rust-version = "1.83.0" # raised from 1.80: pyo3 0.29 (optional `pyo3` feature) requires Rust >= 1.83 | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. minor: the comment is irrelevant once the PR is merged
Suggested change
|
||||||
|
|
||||||
| [features] | ||||||
| # Use ahash for HashMaps. This is currently disabled by default to | ||||||
|
|
@@ -51,7 +51,7 @@ uuid = { version = "1.11.0", features = ["v4", "serde"], optional = true } | |||||
| exponential-backoff = { version = "2.0.0", optional = true } | ||||||
|
|
||||||
| # pyo3 dependencies | ||||||
| pyo3 = { version = "0.27.0", optional = true, default-features = false } | ||||||
| pyo3 = { version = "0.29", optional = true, default-features = false } | ||||||
| serde-pyobject = { version = "0.8.0", optional = true } | ||||||
|
|
||||||
| # magnus dependencies | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pyo3 version is part of the public interface, so that's technically a major change for the core