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 hls_m3u8

Dependencies

(9 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 backtrace^0.30.3.76up to date
 chrono ⚠️^0.40.4.44maybe insecure
 derive_builder^0.90.20.2out of date
 derive_more^0.992.1.1out of date
 hex^0.40.4.3up to date
 shorthand^0.10.1.1up to date
 stable-vec^0.40.4.2up to date
 strum^0.170.28.0out of date
 thiserror^1.02.0.18out of date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 automod^0.21.0.16out of date
 criterion^0.3.10.8.2out of date
 pretty_assertions^0.61.4.1out of date
 version-sync^0.90.9.5up 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