chore(deps): bump Android OpenSSL 3.6.2-1 and libsodium 1.0.22#1047
Merged
Conversation
Skips 3.6.1-1, going straight to 3.6.2-1 — the latest published prefab from io.github.ronickg. Clears CVE-2025-15467 (CMS EnvelopedData stack overflow; not reachable from RNQC) and aligns Android closer to iOS, which auto-resolves via OpenSSL-Universal ~> 3.6. Closes #988
Updates the iOS podspec download URL + the Android prefab dependency. libsodium is opt-in behind SODIUM_ENABLED=1 and only powers the XSalsa20 / XChaCha20-Poly1305 cipher paths — RNQC is not vulnerable to the crypto_core_ed25519_is_valid_point() CVEs (CVE-2025-69277, CVE-2025-15444), but the bump clears them from consumer scanners. Closes #989
Podspec checksum rev'd after the libsodium 1.0.22 bump.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🤖 End-to-End Test Results - AndroidStatus: ✅ Passed 📸 Final Test ScreenshotScreenshot automatically captured from End-to-End tests and will expire in 30 days This comment is automatically updated on each test run. |
Contributor
🤖 End-to-End Test Results - iOSStatus: ✅ Passed 📸 Final Test ScreenshotScreenshot automatically captured from End-to-End tests and will expire in 30 days This comment is automatically updated on each test run. |
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.


Summary
Two related dependency bumps to clear scanner advisories and reduce iOS/Android version drift.
Changes
io.github.ronickg:openssl:3.6.0-1→3.6.2-1(skipped 3.6.1; took the latest published prefab). Clears CVE-2025-15467 (CMS EnvelopedData stack overflow — not reachable from RNQC).1.0.20→1.0.22for both iOS (QuickCrypto.podspecdownload URL +sodium_version) and Android (io.github.ronickg:sodium:1.0.22-1). Clears CVE-2025-69277 / CVE-2025-15444 from consumer scanners; RNQC isn't actually vulnerable since the Ed25519 path goes through OpenSSLEVP_PKEY_*, not libsodium.iOS OpenSSL needs no podspec change —
OpenSSL-Universal ~> 3.6auto-resolves to the latest 3.6.x cocoapod.Test plan
SODIUM_ENABLED=1iOS + Android: XSalsa20 / XSalsa20-Poly1305 / XChaCha20-Poly1305 cipher tests still passCloses #988
Closes #989