This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate tauri-plugin-nosleep

Dependencies

(4 total, 1 possibly insecure)

CrateRequiredLatestStatus
 tauri ⚠️^1.0.0-rc.81.6.2maybe insecure
 serde^1.01.0.199up to date
 thiserror^1.01.0.59up to date
 nosleep^0.2.10.2.1up to date

Security Vulnerabilities

tauri: `tauri` filesystem scope partial bypass

RUSTSEC-2022-0091

A bug identified in this issue allows a partial filesystem scope bypass if glob characters are used within file dialog or drag-and-drop functionalities.

This PR fixes the issue by escaping glob characters.