crates.io package
ic_cdk
pkg:cargo/ic_cdk
Vulnerabilities (1)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2024-7884 | — | >= 0.8.0, < 0.8.2 | 0.8.2 | Sep 5, 2024 | 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 |
- CVE-2024-7884Sep 5, 2024affected >= 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