Assigned RUSTSEC-2026-0139 to metacall

This commit is contained in:
djc
2026-05-13 14:33:37 +00:00
committed by Dirkjan Ochtman
parent e0cd142ede
commit 56cb4e727f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
This file causes merge conflicts if two ID assignment jobs run concurrently.
This prevents duplicate ID assignment due to a race between those jobs.
98199aafa9502e40700f53eb23c99096acb7b96af4c73bc86934c029daf15f0f -
f304059c6500b07e434c5c609b4ca54b46d921d44dfdf395679cb280736d8ed7 -

View File

@@ -1,6 +1,6 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2026-0139"
package = "metacall"
date = "2026-05-02"
url = "https://github.com/metacall/core/issues/618"
@@ -28,4 +28,4 @@ double-free.
Both issues can be triggered through safe public APIs —
`MetaCallFuture::new_raw()`, `MetaCallPointer::new()`, `clone()`, and
`get_value_untyped()` — with no `unsafe` required from the caller.
`get_value_untyped()` — with no `unsafe` required from the caller.