Merge pull request #572 from RustSec/assign-ids

Assigned RUSTSEC-2020-0096 to im
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-01-18 21:57:10 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2020-0096"
package = "im"
date = "2020-11-09"
url = "https://github.com/bodil/im-rs/issues/157"
@@ -16,4 +16,4 @@ unaffected = ["< 12.0.0"]
Affected versions of `im` contains `TreeFocus` that unconditionally implements `Send` and `Sync`.
This allows a data race in safe Rust code if `TreeFocus` is extracted from `Focus` type.
Typical users that only use `Focus` type are not affected.
Typical users that only use `Focus` type are not affected.