-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo-audit to rustset 0.29.2 #23795
Conversation
Update Cargo.lock for our vendored `cargo-audit` to use rustsec 0.29.2 and it's associated dependencies to pick up recent fixes.
[puLL-Merge] - brave/brave-core@23795 DescriptionThis PR updates several dependencies in the Brave browser codebase, particularly around the ChangesChanges
Overall this is a substantial update to modernize the browser's Rust dependencies, especially around Git functionality, HTTP communication and TLS. Security HotspotsThe main security sensitive updates are to Reviewing the detailed changelogs for these to understand any breaking changes or new behaviors would be prudent from a security perspective. For example, understanding the implications of the |
* Uplift of #23795 (squashed) to beta * Update cargo-audit to rustsec 0.29.3. Update Cargo.lock for our vendored `cargo-audit` to pick up recent fixes to the `gix` crate series. Addresses GHSA-7w47-3wg8-547c and GHSA-49jc-r788-3fc9. --------- Co-authored-by: Ralph Giles <rgiles@brave.com>
Update Cargo.lock for our vendored
cargo-audit
to use rustsec 0.29.2 and its associated dependencies to pick up recent fixes.Resolves
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: