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 inyew

Dependencies

(9 total, 2 outdated)

CrateRequiredLatestStatus
 yew^0.210.21.0up to date
 yew-router^0.180.18.0up to date
 wasm-logger^0.20.2.0up to date
 wasm-bindgen^0.20.2.100up to date
 log^0.40.4.27up to date
 rand^0.80.9.0out of date
 instant^0.10.1.13up to date
 getrandom^0.20.3.2out of date
 web-sys^0.30.3.77up to date

Crate intauri

Dependencies

(3 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 serde_json^1.01.0.140up to date
 serde^1.01.0.219up to date
 tauri ⚠️^1.12.4.1out of date

Build dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 tauri-build^1.12.1.1out of 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.