Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tauri-plugin-clipboard-manager = "2"
tauri-plugin-notification = "2"
regex = "1"
zip = "8.5.1"
tar = "0.4.45"
tar = "0.4.46"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Critical security vulnerability in tar crate (GHSA-3cv2-h65g-fgmm)

The tar crate version 0.4.45 is vulnerable to a PAX header desync issue (GHSA-3cv2-h65g-fgmm), which could lead to archive extraction vulnerabilities. The upgrade to 0.4.46 fixes this security flaw. This is a critical update that should be merged immediately to mitigate potential security risks.

🔍 Audit Reference: SOVRI-SC-045D-F89E

flate2 = "1.1.9"
bzip2 = "0.6.1"
xz2 = "0.1.7"
Expand Down
Loading