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 httprs

Dependencies

(19 total, 1 possibly insecure)

CrateRequiredLatestStatus
 tokio^1.361.37.0up to date
 hyper^11.3.1up to date
 http-body-util^0.10.1.1up to date
 hyper-util^0.10.1.3up to date
 walkdir^22.5.0up to date
 clap^44.5.4up to date
 colored^22.1.0up to date
 toml^0.80.8.13up to date
 tracing^0.10.1.40up to date
 tracing-subscriber^0.30.3.18up to date
 bytes^1.51.6.0up to date
 urlencoding^22.1.3up to date
 tokio-util^0.70.7.11up to date
 futures-util^0.30.3.30up to date
 regex^1.61.10.4up to date
 serde^11.0.202up to date
 lazy_static^11.4.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 log^0.40.4.21up 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