
We found results for “”
WS-2021-0051
Good to know:

Date: January 26, 2021
Affected versions of the crate 'insert_many' used ptr::copy to move over items in a vector to make space before inserting, duplicating their ownership. It then iterated over a provided Iterator to insert the new items. If the iterator's .next() method panics then the vector would drop the same elements twice. No fix available for the issue.
Language: RUST
Severity Score
Weakness Type (CWE)
Information Leak / Disclosure
CWE-200Top Fix

Upgrade Version
No fix version available