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 webapp

Dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 diesel^1.4.82.1.6out of date
 anyhow^1.0.511.0.82up to date
 serde^1.0.1471.0.198up to date
 toml^0.5.80.8.12out of date

Crate webapp-backend

Dependencies

(20 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix^0.10.00.13.3out of date
 actix-cors^0.5.40.7.0out of date
 actix-files^0.5.00.6.5out of date
 actix-web^3.3.24.5.1out of date
 anyhow^1.0.511.0.82up to date
 bytes^1.1.01.6.0up to date
 clap^2.34.04.5.4out of date
 diesel^1.4.82.1.6out of date
 env_logger^0.9.00.11.3out of date
 futures^0.3.250.3.30up to date
 jsonwebtoken^7.2.09.3.0out of date
 log^0.4.140.4.21up to date
 num_cpus^1.13.01.16.0up to date
 openssl ⚠️^0.10.380.10.64maybe insecure
 r2d2^0.8.90.8.10up to date
 serde^1.0.1471.0.198up to date
 serde_json^1.0.731.0.116up to date
 thiserror^1.0.301.0.59up to date
 url^2.2.22.5.0up to date
 uuid^0.8.21.8.0out of date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 actix-http-test^2.1.03.2.0out of date
 actix-http^2.2.13.6.0out of date
 lazy_static^1.4.01.4.0up to date
 reqwest^0.11.70.12.4out of date

Crate webapp-frontend

Dependencies

(8 total, 2 outdated)

CrateRequiredLatestStatus
 anyhow^1.0.511.0.82up to date
 log^0.4.140.4.21up to date
 serde^1.0.1471.0.198up to date
 stdweb^0.4.200.4.20up to date
 thiserror^1.0.301.0.59up to date
 wasm-bindgen^0.2.780.2.92up to date
 yew^0.17.40.21.0out of date
 yew-router^0.16.00.18.0out of date

Build dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 anyhow^1.0.511.0.82up to date
 sass-rs^0.2.20.2.2up to date
 url^2.2.22.5.0up to date

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.