fix(application): patch rustls advisory RUSTSEC-2026-0285 - #809
Merged
Merged
Conversation
Upgrade rustls to 0.23.45 in the HTTP broker and media capture lockfiles, including required crypto dependency updates. 🔒 - Generated by Copilot
Bill Berry (WilliamBerryiii)
approved these changes
Sep 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #809 +/- ##
=======================================
Coverage 31.79% 31.79%
=======================================
Files 40 40
Lines 6017 6017
=======================================
Hits 1913 1913
Misses 4104 4104
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Pull Request
Description
Upgrade the HTTP broker and media-capture service lockfiles to
rustls 0.23.45to resolve RUSTSEC-2026-0285. This addresses the shared Cargo Audit failure affecting the open Dependabot PRs without weakening the existing audit policy.Related Issue
Relates to #793, #798, #802, #806, #807, and #808. These dependency PRs remain separate and must be refreshed and validated after this fix merges.
Type of Change
Implementation Details
rustlsfrom 0.23.40 to 0.23.45 in the HTTP broker and from 0.23.41 to 0.23.45 in media capture.rustls-webpkito 0.103.15 in both lockfiles, plus the required broker crypto dependenciesaws-lc-rs 1.18.1andaws-lc-sys 0.45.0.cargo update -p rustls --precise 0.23.45; leave manifests, application source, and advisory exceptions unchanged.Testing Performed
cargo-audit 0.22.1with--deny warningspassed for all 18 tracked Cargo lockfiles using the unchanged repository.github/audit.tomlpolicy. Focusedcargo check --lockedpassed for the changed crypto packages in both service dependency graphs.git diff --check origin/main...HEADpassed.Full HTTP broker compilation was attempted on macOS but is unavailable there: the unchanged Azure MQTT SDK references Linux-only
TcpTlsRx/TcpTlsTxand TLS constants. Full service builds and tests remain pending in Linux CI; no application test pass is claimed.Validation Steps
--deny warningssetting.Checklist
terraform fmton all Terraform codeterraform validateon all Terraform codeaz bicep formaton all Bicep codeaz bicep buildto validate all Bicep codeSecurity Review
Additional Notes
The Checkov/ecdsa finding in #808 and transient Grype download failures in #806 are separate follow-ups. This PR changes only the two affected Rust lockfiles.
Screenshots (if applicable)