RUSTSEC-2021-0062

Source
https://rustsec.org/advisories/RUSTSEC-2021-0062
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0062.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0062
Published
2021-02-28T12:00:00Z
Modified
2021-05-03T19:05:09Z
Summary
project abandoned; migrate to the `aes-siv` crate
Details

The Miscreant project has been abandoned and archived.

The Rust implementation has been adapted into the new aes-siv crate which implements both the AES-CMAC-SIV and AES-PMAC-SIV constructions:

https://github.com/RustCrypto/AEADs/tree/master/aes-siv

Please migrate to the aes-siv crate.

Alternatively see the aes-gcm-siv crate for a newer, faster construction which provides similar properties:

https://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv

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

Affected packages

crates.io / miscreant

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": []
}