RUSTSEC-2018-0014

Source
https://rustsec.org/advisories/RUSTSEC-2018-0014
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2018-0014.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2018-0014
Published
2018-07-31T12:00:00Z
Modified
2020-10-02T01:29:11Z
Summary
chan is end-of-life; use crossbeam-channel instead
Details

chan has reached its end-of-life and is now deprecated.

The intended successor of this crate is crossbeam-channel. Its API is strikingly similar, but comes with a much better select! macro, better performance, a better test suite and an all-around better implementation.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / chan

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.1.24-0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": "unmaintained",
    "categories": []
}