VYPR

Canister Developer Kit For The Internet Computer

by Dfinity

Source repositories

CVEs (1)

  • CVE-2024-7884HigSep 5, 2024
    risk 0.42cvss 7.5epss 0.01

    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…