Skip to content

chore(deps): bump jwt to jsonwebtoken 10, path-wire snowflake-api#4

Merged
zfarrell merged 2 commits into
chore/bump-arrow58-localfrom
chore/bump-jsonwebtoken-10
Jun 2, 2026
Merged

chore(deps): bump jwt to jsonwebtoken 10, path-wire snowflake-api#4
zfarrell merged 2 commits into
chore/bump-arrow58-localfrom
chore/bump-jsonwebtoken-10

Conversation

@zfarrell
Copy link
Copy Markdown
Contributor

@zfarrell zfarrell commented Jun 2, 2026

Bumps the snowflake-jwt (jwt/) crate from jsonwebtoken 9 to 10 to clear CVE-2026-25537 (type confusion). The crate only uses the encode path (EncodingKey::from_rsa_der / Header::new(RS256) / encode), which is unchanged across the 9→10 boundary, so no source changes. Also wires snowflake-api to the workspace jwt crate via path = "../jwt" so consumers pick up the patched version instead of the crates.io snowflake-jwt 0.3.1 (which pins jsonwebtoken ^9). Verified: snowflake-api --features cert-auth builds and the lock resolves jsonwebtoken to 10.4.0 only.

@zfarrell zfarrell merged commit 271562b into chore/bump-arrow58-local Jun 2, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant