VYPR

crates.io package

id-map

pkg:cargo/id-map

Vulnerabilities (3)

  • CVE-2021-30455Apr 7, 2021
    affected <= 0.2.1

    An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in IdMap::clone_from upon a .clone panic.

  • CVE-2021-30457Apr 7, 2021
    affected <= 0.2.1

    An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in remove_set upon a panic in a Drop impl.

  • CVE-2021-30456Apr 7, 2021
    affected <= 0.2.1

    An issue was discovered in the id-map crate through 2021-02-26 for Rust. A double free can occur in get_or_insert upon a panic of a user-provided f function.