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 flute

Dependencies

(19 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 log^0.40.4.27up to date
 chrono ⚠️^0.40.4.41maybe insecure
 serde^1.01.0.219up to date
 serde_json^1.01.0.142up to date
 quick-xml^0.380.38.1up to date
 base64^0.220.22.1up to date
 url^2.52.5.4up to date
 num-integer^0.10.1.46up to date
 reed-solomon-erasure^6.06.0.0up to date
 flate2^1.01.1.2up to date
 md5^0.70.8.0out of date
 pyo3^0.250.25.1up to date
 pyo3-log^0.120.12.4up to date
 raptorq^2.02.0.0up to date
 raptor-code^1.01.0.8up to date
 opentelemetry^0.300.30.0up to date
 opentelemetry-semantic-conventions^0.300.30.0up to date
 rand^0.90.9.2up to date
 utoipa^55.4.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 env_logger^0.110.11.8up to date
 tempfile^3.10.13.20.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