mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 07:46:22 +01:00
RUSTSEC-2020-0159 (chrono): add patched version (#1306)
The 0.4.20 release of `chrono` includes a pure-Rust replacement for `localtime_r` which eliminates this issue.
This commit is contained in:
@@ -11,7 +11,7 @@ withdrawn = "2022-05-12" # see rustsec/advisory-db#1190
|
||||
yanked = true
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
patched = [">=0.4.20"]
|
||||
```
|
||||
|
||||
# Potential segfault in `localtime_r` invocations
|
||||
|
||||
Reference in New Issue
Block a user