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 openapi_type

Dependencies

(8 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.38maybe insecure
 indexmap^2.02.2.6up to date
 linked-hash-map^0.50.5.6up to date
 openapi_type_derive^0.4.40.4.5up to date
 openapiv3=1.0.22.0.0out of date
 serde_json^1.01.0.116up to date
 time^0.30.3.36up to date
 uuid^11.8.0up to date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 paste^1.01.0.14up to date
 pretty_assertions^1.01.4.0up to date
 serde^1.0.1581.0.200up to date
 trybuild=1.0.841.0.91out 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