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 orgize

Dependencies

(10 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bytecount^0.6.00.6.7up to date
 chrono ⚠️^0.4.90.4.38maybe insecure
 indextree^4.0.04.6.1up to date
 jetscii^0.4.40.5.3out of date
 lazy_static^1.4.01.4.0up to date
 memchr^2.2.12.7.2up to date
 nom^5.0.17.1.3out of date
 serde^1.0.1011.0.198up to date
 serde_indextree^0.2.00.2.0up to date
 syntect^3.3.05.2.0out of date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 pretty_assertions^0.6.11.4.0out of date
 serde_json^1.0.411.0.116up to date
 slugify^0.1.00.1.0up 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