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 pf_sandbox_lib

Dependencies

(26 total, 15 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 backtrace^0.30.3.71up to date
 bincode^11.3.3up to date
 chrono ⚠️^0.40.4.38maybe insecure
 dirs^15.0.1out of date
 env_logger^0.60.11.3out of date
 gilrs-core^0.10.5.11out of date
 log^0.40.4.21up to date
 matches^0.10.1.10up to date
 num-derive^0.20.4.2out of date
 num-traits^0.20.2.18up to date
 os_type^22.6.0up to date
 rand^0.60.8.5out of date
 reqwest^0.90.12.4out of date
 serde^11.0.198up to date
 serde_derive^11.0.198up to date
 serde_json^11.0.116up to date
 sha2^0.80.10.8out of date
 strum^0.130.26.2out of date
 strum_macros^0.130.26.2out of date
 toml^0.40.8.12out of date
 treeflection^0.10.1.35up to date
 treeflection_derive^0.30.4.0out of date
 uuid^0.71.8.0out of date
 winit^0.180.29.15out of date
 winit_input_helper^0.20.16.0out of date
 zip^0.51.1.1out 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