Audit CI fix, RUSTSEC advisories - #15282
Merged
Merged
Conversation
Contributor
Package Changes Through ab4f32dThere are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin 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 |
Contributor
|
We have a config file https://github.com/tauri-apps/tauri/blob/dev/.cargo/audit.toml for the audits, so maybe use that instead |
Full list 2024-0429 glib 0.18.5 unsoundness, fixed by moving to gtk4 2026-0097 rand unsoundness, fixed by removing kuchikiki from deps in v3 2026-0049 rustls, fixed by updating apple-codesign to 0.28.0 2026-0098 rustls, fixed by updating apple-codesign to 0.28.0 2026-0099 rustls, fixed by updating apple-codesign to 0.28.0
This was referenced Apr 24, 2026
razein97
pushed a commit
to razein97/tauri
that referenced
this pull request
Apr 30, 2026
* build: bump rustls-webpki because RUSTSEC advisory * build: bump scc, sdd to not use yanked versions * build: bump rand 0.8.x because RUSTSEC advisory * build: bump rand 0.9.x to skip yanked version * build: ignore RUSTSEC advisories until we can upgrade Full list 2024-0429 glib 0.18.5 unsoundness, fixed by moving to gtk4 2026-0097 rand unsoundness, fixed by removing kuchikiki from deps in v3 2026-0049 rustls, fixed by updating apple-codesign to 0.28.0 2026-0098 rustls, fixed by updating apple-codesign to 0.28.0 2026-0099 rustls, fixed by updating apple-codesign to 0.28.0 * fmt audit.toml
razein97
pushed a commit
to razein97/tauri
that referenced
this pull request
Apr 30, 2026
* build: bump rustls-webpki because RUSTSEC advisory * build: bump scc, sdd to not use yanked versions * build: bump rand 0.8.x because RUSTSEC advisory * build: bump rand 0.9.x to skip yanked version * build: ignore RUSTSEC advisories until we can upgrade Full list 2024-0429 glib 0.18.5 unsoundness, fixed by moving to gtk4 2026-0097 rand unsoundness, fixed by removing kuchikiki from deps in v3 2026-0049 rustls, fixed by updating apple-codesign to 0.28.0 2026-0098 rustls, fixed by updating apple-codesign to 0.28.0 2026-0099 rustls, fixed by updating apple-codesign to 0.28.0 * fmt audit.toml
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.
Related to #15215 , unblocks activating branch protection.
Fixes #15227, fixes #15228, fixes #15229, fixes #15248, fixes #15249
The remaining advisories are triaged and ignored in CI for now.
2024-0429 glib 0.18.5 unsoundness, fixed by moving to gtk4
2026-0097 rand unsoundness, fixed by removing kuchikiki from deps in v3 --> have to skip because remains in lockfile, but is no longer a dependency of the default configuration, so can close #15227.
2026-0049 rustls, fixed by updating apple-codesign to 0.28.0
2026-0098 rustls, fixed by updating apple-codesign to 0.28.0
2026-0099 rustls, fixed by updating apple-codesign to 0.28.0
Updating
apple-codesignwould deal with #15244, #15245, #15246, #15247