build: fix security alerts and prepare 0.2.2#10
Merged
Conversation
Update the lockfile to pull in patched `aws-lc-rs`, `aws-lc-sys`, and `rustls-webpki` releases so the currently open GitHub security alerts resolve without broadening the dependency surface or changing application behavior. Constraint: The fix should stay within the existing reqwest/rustls dependency line if possible Rejected: Swap TLS stacks or refactor HTTP dependencies | unnecessary scope for the current alert set Confidence: high Scope-risk: narrow Reversibility: clean Directive: Treat TLS/crypto lockfile upgrades as release-worthy changes and rerun security scans before tagging Tested: cargo audit Not-tested: Full build/test matrix before release prep
Bump the crate to 0.2.2 and refresh the dev test stack to `httpmock 0.8.3`, which removes the discontinued `async-std` path from the active lockfile while keeping the test surface working. Constraint: The release tag must match Cargo.toml before the workflow will publish assets Rejected: Keep the old dev-only HTTP mock stack until later | it left avoidable audit noise in the active lockfile Confidence: high Scope-risk: narrow Reversibility: clean Directive: Treat security release prep as versioned metadata work only; keep release-asset checksum refreshes as post-tag follow-ups Tested: cargo audit; cargo fmt --all -- --check; cargo clippy --all-targets -- -D warnings; cargo test; scripts/build-release-bundle.sh 0.2.2 Not-tested: Live GitHub release publication before push
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
0.2.2for a security patch releaseasync-stdpath from the active lockfileTesting