This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate buf_redux

Dependencies

(3 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 memchr^2.02.7.2up to date
 safemem^0.30.3.3up to date
 slice-deque ⚠️^0.20.3.0insecure

Security Vulnerabilities

slice-deque: SliceDeque::drain_filter can double drop an element if the predicate panics

RUSTSEC-2021-0047

Affected versions of the crate incremented the current index of the drain filter iterator before calling the predicate function self.pred.

If the predicate function panics, it is possible for the last element in the iterator to be dropped twice.