fix: upgrade openssl to 0.10.79 (CVE-2026-42327) - #15847
Conversation
Automated dependency upgrade by OrbisAI Security
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Package Changes Through 50a30e1There are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-bundler with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Also you'll need to sign your commits for me to merge this
|
Summary
Upgrade openssl from 0.10.78 to 0.10.79 to fix CVE-2026-42327.
Vulnerability
CVE-2026-42327Cargo.lock(dependency:openssl)Description: rust-openssl: rust-openssl: Arbitrary code execution via specially crafted certificate
Evidence
Scanner confirmation: trivy rule
CVE-2026-42327flagged this pattern.Changes
Cargo.tomlCargo.lockBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security