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, 3 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^1.0.02.0.0out of date
 k8s-openapi^0.18.00.22.0out of date
 once_cell^1.8.01.19.0up to date
 schemars^0.8.60.8.19up to date
 serde^1.0.1301.0.202up to date
 serde_json^1.0.681.0.117up to date
 thiserror^1.0.291.0.61up to date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 assert-json-diff^2.0.12.0.2up to date
 k8s-openapi^0.18.00.22.0out of date
 kube<1.0.0, >=0.53.00.91.0up to date
 serde_yaml^0.9.190.9.34+deprecatedup 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