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, all up-to-date)

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.92up to date
 log^0.40.4.21up to date
 rand^0.80.8.5up to date
 instant^0.10.1.13up to date
 getrandom^0.20.2.15up to date
 web-sys^0.30.3.69up to date

Crate intauri

Dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 serde_json^1.01.0.117up to date
 serde^1.01.0.202up to date
 tauri ⚠️^1.11.6.6maybe insecure

Build dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tauri-build^1.11.5.2up 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.