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 kube-core

Dependencies

(10 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.4.190.4.38maybe insecure
 form_urlencoded^1.0.11.2.1up to date
 http^0.2.51.1.0out of date
 json-patch^0.3.03.0.1out of date
 k8s-openapi^0.17.00.23.0out of date
 once_cell^1.8.01.20.2up to date
 schemars^0.8.60.8.21up to date
 serde^1.0.1301.0.215up to date
 serde_json^1.0.681.0.132up to date
 thiserror^1.0.292.0.3out of date

Dev dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 assert-json-diff^2.0.12.0.2up to date
 k8s-openapi^0.17.00.23.0out of date
 kube<1.0.0, >=0.53.00.96.0up to date
 serde_yaml^0.8.230.9.34+deprecatedout 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