RUSTSEC-2021-0061

Source
https://rustsec.org/advisories/RUSTSEC-2021-0061
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0061.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0061
Published
2021-04-29T12:00:00Z
Modified
2021-05-04T01:28:43Z
Summary
`aes-ctr` has been merged into the `aes` crate
Details

Please use the aes crate going forward. The new repository location is at:

https://github.com/RustCrypto/block-ciphers/tree/master/aes

The aes crate now has an optional ctr feature which autodetects SIMD features on i686/x86-64 targets and uses them if available, or otherwise falls back to the implementation in the ctr crate.

If you would prefer not to have this autodetection performed, use the aes crate directly with the ctr crate.

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

Affected packages

crates.io / aes-ctr

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0

Ecosystem specific

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

Database specific

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