-
Couldn't load subscription status.
- Fork 156
Closed
Labels
Description
IIUC, projects using syntect are currently affected by RUSTSEC-2020-0159. This is because syntect depends on the plist crate, and plist depends on chrono, and chrono contains the security problem. There is an unreleased fix for this in plist: ebarnard/rust-plist#72 so IIUC if that were released, and syntect were to update to it, then that would fix the issue. There is also current discussion in the chrono repo about fixing the situation there: chronotope/chrono#499. cc @sharkdp
(Or is there a feature-based workaround for now?)