Skip to content

Commit 3cfb3e3

Browse files
committed
chore: bump bumpalo to 3.11.1
Vec::into_iter() returned an iterator whose lifetime wasn't tied to the Bump that allocated it, allowing use-after-free once the Bump was dropped while the iterator was still alive (GHSA-f85w-wvc7-crwc, medium). Only reachable here through wasm-bindgen's proc-macro support, which uses bumpalo at compile time; the published import_map crate doesn't depend on it. Lockfile-only bump.
1 parent 4696fcc commit 3cfb3e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Cargo.lock‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)