You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the security issue of chrono is caused by getting the local time in multi-threaded program: chronotope/chrono#499. This means that my build_time_local macro might be unsound. time had a similar issue (time-rs/time#293), and its solution is returning an error unless the program is single-threaded.
I don't know how to work around this. Should I simply remove the build_time_local macro?
chrono
depends on an old version oftime
which has multiple security issues and hasn't been updated for an entire yearThe text was updated successfully, but these errors were encountered: