fix: resolve Dependabot + code scanning alerts#10
Merged
Conversation
Resolves Dependabot alerts: - time 0.3.45 -> 0.3.47 (GHSA-r6v5-fh4h-64xc, stack exhaustion DoS, medium) - rand 0.8.5 -> 0.8.6 (GHSA-cq8v-f236-94qc, unsoundness, low) - rand 0.9.2 -> 0.9.3 (GHSA-cq8v-f236-94qc, unsoundness, low) Indirectly bumped mac-notification-sys 0.6.10 -> 0.6.12 and notify-rust 4.12.0 -> 4.16.0 to unblock time's compatibility range. cargo check passes clean on macOS.
Resolves CodeQL 'actions/unpinned-tag' warnings (medium security severity). Pinning to immutable commit SHAs prevents supply-chain attacks via compromised tag/branch references. Pinned actions: - dtolnay/rust-toolchain@stable -> 29eef33 (stable @ 2026-03-27) - swatinem/rust-cache@v2 -> c193711 (v2.9.1) - tauri-apps/tauri-action@v0 -> 84b9d35 (action-v0.6.2) Version comments follow GitHub's documented pattern; Dependabot reads these to propose future version bumps.
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
Resolves all addressable open security alerts: 5 of 7 fixed (3 Dependabot, 3 code scanning), 2 upstream-blocked (documented below).
Dependabot (3 fixed, 2 upstream-blocked)
timerand(0.9.x)rand(0.8.x)Upstream-blocked (will be dismissed with reason)
glib 0.18.5gtk 0.18which is hard-pinned bytauri 2.10.3. gtk-rs 0.18 branch is EOL/unmaintained. Tauri maintainers have marked thiswontfix(tauri#12048). Fix requires Tauri's in-progress GTK4 migration (tauri#14684). Linux-only; macOS/Windows builds unaffected.rand 0.7.3tauri-build→kuchikiki→selectors→phf_codegen 0.8). No fix exists in the 0.7.x branch — it's abandoned. Does not ship in the compiled binary.Code scanning (3 fixed)
Resolved all 3
actions/unpinned-tagwarnings in.github/workflows/build.ymlby pinning actions to full commit SHAs:dtolnay/rust-toolchain@stable@29eef336d9b2848a0b548edc03f92a220660cdb8(stable, 2026-03-27)swatinem/rust-cache@v2@c19371144df3bb44fab255c43d04cbc2ab54d1c4(v2.9.1)tauri-apps/tauri-action@v0@84b9d35b5fc46c1e45415bdb6144030364f7ebc5(action-v0.6.2)Version comments follow GitHub's documented security pattern — Dependabot parses them to propose future version bumps.
Verification
cargo check --all-targetspasses clean on macOSbuild.ymlmac-notification-sys 0.6.10 → 0.6.12,notify-rust 4.12.0 → 4.16.0)How to test locally
Notes for reviewer
# versioncomments — these are required per GitHub security docs and enable Dependabot's automated version bumps. Please do not strip them.