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 cloud-storage-rs

Dependencies

(11 total, 6 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 base64^0.10.10.22.0out of date
 chrono ⚠️^0.4.90.4.38maybe insecure
 dotenv^0.14.10.15.0out of date
 hex^0.3.20.4.3out of date
 jsonwebtoken^59.3.0out of date
 lazy_static^1.4.01.4.0up to date
 openssl ⚠️^0.10.250.10.64maybe insecure
 reqwest^0.9.210.12.4out of date
 serde^1.0.1011.0.198up to date
 serde_json^1.0.411.0.116up to date
 url^1.7.22.5.0out of 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: `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.