VYPR

crates.io package

ic_cdk

pkg:cargo/ic_cdk

Vulnerabilities (1)

  • CVE-2024-7884Sep 5, 2024
    affected >= 0.8.0, < 0.8.2fixed 0.8.2

    When a canister method is called via ic_cdk::call* , a new Future CallFuture is created and can be awaited by the caller to get the execution result. Internally, the state of the Future is tracked and stored in a struct called CallFutureState. A bug in the polling implementatio