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 aw-client-rust

Dependencies

(6 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 reqwest^0.110.12.15out of date
 gethostname^0.41.0.2out of date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 chrono ⚠️^0.40.4.41maybe insecure
 tokio^1.28.21.45.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 rocket^0.5.0-rc.10.5.1up to date
 tokio-test*0.4.4up to date

Crate aw-datastore

Dependencies

(7 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 appdirs^0.20.2.0up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 chrono ⚠️^0.40.4.41maybe insecure
 rusqlite^0.300.35.0out of date
 mpsc_requests^0.30.3.4up to date
 log^0.40.4.27up to date

Crate aw-models

Dependencies

(5 total, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.41maybe insecure
 log^0.40.4.27up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 schemars^0.80.8.22up to date

Crate aw-transform

Dependencies

(6 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 serde^1.01.0.219up to date
 url>=2.22.5.4up to date
 serde_json^1.01.0.140up to date
 fancy-regex^0.12.00.14.0out of date
 log^0.40.4.27up to date
 chrono ⚠️^0.40.4.41maybe insecure

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.5.10.5.1up to date

Crate aw-server

Dependencies

(21 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 rocket^0.5.00.5.1up to date
 rocket_cors^0.6.00.6.0up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 chrono ⚠️^0.40.4.41maybe insecure
 appdirs^0.2.00.2.0up to date
 lazy_static^1.41.5.0up to date
 log^0.40.4.27up to date
 fern^0.70.7.1up to date
 toml^0.80.8.22up to date
 gethostname^0.41.0.2out of date
 uuid^1.31.16.0up to date
 clap^4.14.5.38up to date
 log-panics^22.1.0up to date
 rust-embed^8.0.08.7.2up to date
 sd-notify^0.4.20.4.5up to date
 jemallocator^0.5.00.5.4up to date
 jni^0.200.21.1out of date
 libc^0.20.2.172up to date
 android_logger^0.130.15.0out of date
 openssl-sys^0.9.820.9.108up to date

Crate aw-sync

Dependencies

(12 total, 3 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 log^0.40.4.27up to date
 toml^0.80.8.22up to date
 chrono ⚠️^0.40.4.41maybe insecure
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 reqwest^0.110.12.15out of date
 clap^4.14.5.38up to date
 appdirs^0.2.00.2.0up to date
 dirs^5.0.16.0.0out of date
 gethostname^0.4.31.0.2out of date
 ctrlc^3.4.53.4.7up to date
 openssl ⚠️^0.10.640.10.72maybe insecure

Crate aw-query

Dependencies

(6 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 chrono ⚠️^0.40.4.41maybe insecure
 plex^0.3.00.3.1up to date
 log^0.40.4.27up to date
 fancy-regex^0.12.00.14.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.5.10.5.1up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.