HistoryEditJSON (OSV)

RUSTSEC-2025-0063

Possible unsound public API

Reported
Issued
Package
fast-able (crates.io)
Type
Vulnerability
Categories
Patched
  • >=1.13.7
Affected Functions
Version
fast_able::vec::SyncVec::get_unchecked
  • <1.13.7

Description

The public accessible struct SyncVec has a public safe method get_unchecked. It accept a parameter index and used in the get_unchecked without sufficient checks as mentioned here.

Advisory available under CC0-1.0 license.