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 ts-rs

Dependencies

(12 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bigdecimal>=0.0.13, <0.4.00.4.9out of date
 bson^2.2.03.1.0out of date
 bytes^1.01.11.0up to date
 chrono ⚠️^0.40.4.42maybe insecure
 dprint-plugin-typescript^0.85.10.95.13out of date
 heapless^0.70.9.2out of date
 indexmap^2.0.02.12.1up to date
 ordered-float^3.0.05.1.0out of date
 thiserror^12.0.17out of date
 ts-rs-macros^7.1.111.1.0out of date
 url^2.32.5.7up to date
 uuid^1.1.21.18.1up to date

Dev dependencies

(2 total, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.42maybe insecure
 serde^1.01.0.228up 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