This commit is contained in:
venkkatesh-sekar
2024-09-07 20:23:36 +02:00
committed by GitHub
parent 66cef906f6
commit 7865e3577f

View File

@@ -10,7 +10,7 @@ aliases = ["CVE-2024-7884", "GHSA-rwq6-crjg-9cpw"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
[versions]
patched = ["^0.8.2", "^0.9.3", "^0.10.1", "^0.11.6", "^0.12.2", "^0.13.5", "^0.14.1", "^0.15.1", ">= 16.0.0"]
patched = ["^0.8.2", "^0.9.3", "^0.10.1", "^0.11.6", "^0.12.2", "^0.13.5", "^0.14.1", "^0.15.1", ">= 0.16.0"]
unaffected = ["< 0.8.0"]
```
# Memory leak when calling a canister method via `ic_cdk::call`